Home
last modified time | relevance | path

Searched refs:phy_cnt (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc57 int phy_cnt = in btm_send_hci_create_connection() local
61 LOG_ASSERT(phy_cnt <= 3) << "More than three phys provided"; in btm_send_hci_create_connection()
63 for (int i = 0; i < phy_cnt; i++) { in btm_send_hci_create_connection()
/system/bt/stack/hcic/
Dhciblecmds.cc735 int phy_cnt = in btsnd_hcic_ble_set_extended_scan_params() local
738 uint16_t param_len = 3 + (5 * phy_cnt); in btsnd_hcic_ble_set_extended_scan_params()
749 for (int i = 0; i < phy_cnt; i++) { in btsnd_hcic_ble_set_extended_scan_params()
789 int phy_cnt = in btsnd_hcic_ble_ext_create_conn() local
794 uint8_t param_len = 10 + (16 * phy_cnt); in btsnd_hcic_ble_ext_create_conn()
809 for (int i = 0; i < phy_cnt; i++) { in btsnd_hcic_ble_ext_create_conn()