Searched refs:BTM_BleSetPhy (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 138 .BTM_BleSetPhy = BTM_BleSetPhy,
|
D | btm_ble.cc | 767 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/ |
D | btm_ble_api.h | 609 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
|
D | btm_client_interface.h | 175 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys, member
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 170 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function
|
D | mock_main_shim_btm_api.cc | 293 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
|
D | btif_gatt_client.cc | 612 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
|
/system/bt/main/shim/ |
D | btm_api.h | 668 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
D | btm_api.cc | 1063 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/ |
D | mock_main_shim_btm_api.cc | 297 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/ |
D | hearing_aid.cc | 402 BTM_BleSetPhy(address, PHY_LE_2M, PHY_LE_2M, 0); in OnGattConnected()
|