Home
last modified time | relevance | path

Searched refs:set_preferred_phy (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbt_gatt_server.h174 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
H A Dbt_gatt_client.h300 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1214 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()