Searched refs:phy (Results 1 - 9 of 9) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc406 uint8_t phy = PHY_LE_1M;
407 if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M;
408 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED;
450 phy);
H A Dbtm_ble_int.h139 uint8_t phy);
/system/bt/bta/gatt/
H A Dbta_gattc_api.cc131 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
133 phy);
/system/bt/device/src/
H A Dcontroller.cc497 uint8_t phy = PHY_LE_1M;
499 // if (supports_ble_2m_phy()) phy |= PHY_LE_2M;
500 // if (supports_ble_coded_phy()) phy |= PHY_LE_CODED;
501 return phy;
/system/bt/stack/hcic/
H A Dhciblecmds.cc707 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, argument
719 UINT8_TO_STREAM(pp, phy);
726 uint8_t payload, uint8_t phy) {
738 UINT8_TO_STREAM(pp, phy);
725 btsnd_hcic_ble_enh_tx_test(uint8_t tx_chan, uint8_t data_len, uint8_t payload, uint8_t phy) argument
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc45 int phy) {
43 FakeConnect(int client_if, const RawAddress& bd_addr, bool is_direct, int transport, bool opportunistic, int phy) argument
/system/bt/stack/gatt/
H A Dgatt_api.cc1157 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
1159 phy);
/system/bt/stack/l2cap/
H A Dl2c_api.cc1582 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
1583 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy);
H A Dl2c_utils.cc2117 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
2118 return l2cu_create_conn(p_lcb, transport, phy);

Completed in 1158 milliseconds