Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h777 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/stack/btm/
Dbtm_ble.cc906 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() function