Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp513 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb() argument
519 tx_phy, rx_phy, status); in btgattc_phy_updated_cb()
722 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb() argument
728 tx_phy, rx_phy, status); in btgatts_phy_updated_cb()
1005 jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative() argument
1008 sGattIf->client->set_preferred_phy(str2addr(env, address), tx_phy, rx_phy, in gattClientSetPreferredPhyNative()
1013 uint8_t rx_phy, uint8_t status) { in readClientPhyCb() argument
1021 address.get(), tx_phy, rx_phy, status); in readClientPhyCb()
1496 jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative() argument
1500 sGattIf->server->set_preferred_phy(bda, tx_phy, rx_phy, phy_options); in gattServerSetPreferredPhyNative()
[all …]