Searched refs:BTM_BleSetPhy (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 777 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/stack/btm/ |
D | btm_ble.cc | 906 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function
|