Searched refs:set_preferred_phy (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/include/hardware/ |
H A D | bt_gatt_server.h | 174 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
|
H A D | bt_gatt_client.h | 300 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1214 sGattIf->client->set_preferred_phy(str2addr(env, address), tx_phy, rx_phy, in gattClientSetPreferredPhyNative() 1726 sGattIf->server->set_preferred_phy(bda, tx_phy, rx_phy, phy_options); in gattServerSetPreferredPhyNative()
|