Searched refs:BTM_BleSetPhy (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 607 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 426 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
|
D | btif_gatt_client.cc | 568 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 | 761 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
D | btm_api.cc | 905 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 914 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function 917 return bluetooth::shim::BTM_BleSetPhy(bd_addr, tx_phys, rx_phys, in BTM_BleSetPhy()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 397 BTM_BleSetPhy(address, PHY_LE_2M, PHY_LE_2M, 0); in OnGattConnected()
|