Home
last modified time | relevance | path

Searched defs:tx_phy (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc137 static void read_phy_cb(base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
139 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
164 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.cc30 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, in ReadPhyCallback()
35 void ServerReadPhyCallback(int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, in ServerReadPhyCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc426 static bt_status_t btif_gatts_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, in btif_gatts_set_preferred_phy()
430 [](const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) { in btif_gatts_set_preferred_phy()
439 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
Dbtif_gatt_client.cc636 static bt_status_t btif_gattc_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, in btif_gattc_set_preferred_phy()
640 [](const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) { in btif_gattc_set_preferred_phy()
649 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/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/gd/hci/acl_manager/
Dle_acl_connection.cc87 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
Dle_impl_test.cc1138 hci::PhyType tx_phy{0}; in TEST_F() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc598 static void bta_gatts_phy_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint8_t tx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1675 static void bta_gattc_phy_update_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint8_t tx_phy, in bta_gattc_phy_update_cback()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc135 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h215 uint8_t tx_phy; member
396 uint8_t tx_phy; member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc635 void gatt_notify_phy_updated(tHCI_STATUS status, uint16_t handle, uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp505 static void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in btgattc_phy_updated_cb()
777 static void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in btgatts_phy_updated_cb()
1343 jstring address, jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative()
1351 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, uint8_t rx_phy, in readClientPhyCb()
2066 jstring address, jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative()
2075 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, uint8_t rx_phy, in readServerPhyCb()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc338 bluetooth::hci::PhyType* tx_phy, in LeReadPhy()
597 bluetooth::hci::PhyType tx_phy = select_phy(phy_update_ind.GetPhyPToC(), connection.GetTxPhy()); in IncomingLlPhyUpdateInd() local
Ddual_mode_controller.cc2152 bluetooth::hci::PhyType tx_phy{}; in LeReadPhy() local
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc782 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc3094 void OnPhyUpdate(tCONN_ID conn_id, uint8_t tx_phy, uint8_t rx_phy, tGATT_STATUS status) { in OnPhyUpdate()
Dle_audio_client_test.cc510 void InjectPhyChangedEvent(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, in InjectPhyChangedEvent()