Searched defs:rx_phy (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp532 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, argument
538 tx_phy, rx_phy, status);
740 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, argument
746 tx_phy, rx_phy, status);
1031 jint tx_phy, jint rx_phy,
1034 sGattIf->client->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_options);
1037 static void readClientPhyCb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, argument
1043 tx_phy, rx_phy, status);
1539 jint tx_phy, jint rx_phy,
1542 sGattIf->server->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_option
1029 gattClientSetPreferredPhyNative(JNIEnv* env, jobject object, jint clientIf, jint conn_id, jint tx_phy, jint rx_phy, jint phy_options) argument
1537 gattServerSetPreferredPhyNative(JNIEnv* env, jobject object, jint serverIf, jint conn_id, jint tx_phy, jint rx_phy, jint phy_options) argument
1545 readServerPhyCb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2696 int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options);
2748 int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options);
2695 gattClientSetPreferredPhyNative( int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options) argument
2747 gattServerSetPreferredPhyNative( int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options) argument

Completed in 122 milliseconds