Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1032 jint phy_options) { in gattClientSetPreferredPhyNative() argument
1034 sGattIf->client->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_options); in gattClientSetPreferredPhyNative()
1540 jint phy_options) { in gattServerSetPreferredPhyNative() argument
1542 sGattIf->server->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_options); in gattServerSetPreferredPhyNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2696 int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options); in gattClientSetPreferredPhyNative() argument
2748 int clientIf, int conn_id, int tx_phy, int rx_phy, int phy_options); in gattServerSetPreferredPhyNative() argument