Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h607 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
/system/bt/btif/src/
Dbtif_gatt_server.cc426 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
Dbtif_gatt_client.cc568 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
/system/bt/main/shim/
Dbtm_api.h761 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_api.cc905 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc914 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/
Dhearing_aid.cc397 BTM_BleSetPhy(address, PHY_LE_2M, PHY_LE_2M, 0); in OnGattConnected()