Searched defs:phy_options (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1006 jint phy_options) { 1009 phy_options); 1497 jint phy_options) { 1500 sGattIf->server->set_preferred_phy(bda, tx_phy, rx_phy, phy_options); 1003 gattClientSetPreferredPhyNative(JNIEnv* env, jobject object, jint clientIf, jstring address, jint tx_phy, jint rx_phy, jint phy_options) argument 1494 gattServerSetPreferredPhyNative(JNIEnv* env, jobject object, jint serverIf, jstring address, jint tx_phy, jint rx_phy, jint phy_options) argument
|
Completed in 18 milliseconds