Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc138 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
140 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
169 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc28 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status… in ReadPhyCallback()
33 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py49 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
60 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
306 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): argument
318 def OnPhyRead(self, addr, tx_phy, rx_phy, status): argument
505 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
517 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
977 def set_preferred_phy(self, address, tx_phy, rx_phy, phy_options): argument
Dgatt_server.py153 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
164 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
500 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): argument
512 def OnPhyRead(self, addr, tx_phy, rx_phy, status): argument
1260 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
1273 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
1443 def server_set_preferred_phy(self, addr, tx_phy, rx_phy, phy_options): argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc466 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy()
476 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
Dbtif_gatt_client.cc648 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy()
658 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc154 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
367 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc77 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
Dle_impl_test.cc1087 hci::PhyType rx_phy{0}; in TEST_F() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc626 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1726 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc90 uint8_t rx_phy, tGATT_STATUS status) {} in tGATT_PHY_UPDATE_CB()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h217 uint8_t rx_phy; member
396 uint8_t rx_phy; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp565 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb()
828 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb()
1383 jint rx_phy, jint phy_options) { in gattClientSetPreferredPhyNative()
1390 uint8_t rx_phy, uint8_t status) { in readClientPhyCb()
1959 jint rx_phy, jint phy_options) { in gattServerSetPreferredPhyNative()
1966 uint8_t rx_phy, uint8_t status) { in readServerPhyCb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc650 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc347 bluetooth::hci::PhyType* rx_phy) { in LeReadPhy()
623 bluetooth::hci::PhyType rx_phy = in IncomingLlPhyUpdateInd() local
Ddual_mode_controller.cc2363 bluetooth::hci::PhyType rx_phy{}; in LeReadPhy() local
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc858 uint8_t rx_phy) override { in OnPhyUpdate()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2633 void OnPhyUpdate(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, in OnPhyUpdate()
Dle_audio_client_test.cc596 void InjectPhyChangedEvent(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, in InjectPhyChangedEvent()