Home
last modified time | relevance | path

Searched refs:BTM_BleSetPhy (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc138 .BTM_BleSetPhy = BTM_BleSetPhy,
Dbtm_ble.cc767 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function
770 return bluetooth::shim::BTM_BleSetPhy(bd_addr, tx_phys, rx_phys, in BTM_BleSetPhy()
/system/bt/stack/include/
Dbtm_ble_api.h609 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
Dbtm_client_interface.h175 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys, member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc170 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function
Dmock_main_shim_btm_api.cc293 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
/system/bt/btif/src/
Dbtif_gatt_server.cc429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
Dbtif_gatt_client.cc612 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
/system/bt/main/shim/
Dbtm_api.h668 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_api.cc1063 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc297 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
/system/bt/bta/hearing_aid/
Dhearing_aid.cc402 BTM_BleSetPhy(address, PHY_LE_2M, PHY_LE_2M, 0); in OnGattConnected()