Searched refs:num_phys (Results 1 – 2 of 2) sorted by relevance
1954 u8_t num_phys; in hci_api_le_create_conn_ext() local1957 …num_phys = (init_phys & BT_HCI_LE_EXT_SCAN_PHY_1M) ? 1:0 + (init_phys & BT_HCI_LE_EXT_SCAN_PHY_COD… in hci_api_le_create_conn_ext()1959 buf = bt_hci_cmd_create(BT_HCI_OP_LE_EXT_CREATE_CONN, sizeof(*cp) + num_phys * sizeof(*phy)); in hci_api_le_create_conn_ext()
1614 u8_t num_phys; in bt_le_create_conn_ext() local1626 num_phys = (!(bt_dev.create_param.options & in bt_le_create_conn_ext()1632 num_phys * sizeof(*phy)); in bt_le_create_conn_ext()1688 u8_t num_phys; in bt_le_create_conn_ext()1703 num_phys = (!(bt_dev.create_param.options & in bt_le_create_conn_ext()1708 struct ext_conn_phy_params_t phys[num_phys]; in bt_le_create_conn_ext()1711 memset(phy, 0, sizeof(struct ext_conn_phy_params_t) * num_phys); in bt_le_create_conn_ext()
Completed in 19 milliseconds