Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc139 void read_phy_cb(base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
141 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
166 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc471 static bt_status_t btif_gatts_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, in btif_gatts_set_preferred_phy()
475 [](const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) { in btif_gatts_set_preferred_phy()
484 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
Dbtif_gatt_client.cc641 static bt_status_t btif_gattc_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, in btif_gattc_set_preferred_phy()
645 [](const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) { in btif_gattc_set_preferred_phy()
654 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc141 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
299 void read_phy_cb(base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp586 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in btgattc_phy_updated_cb()
859 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in btgatts_phy_updated_cb()
1423 jstring address, jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative()
1431 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, uint8_t rx_phy, in readClientPhyCb()
2158 jstring address, jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative()
2167 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, uint8_t rx_phy, in readServerPhyCb()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h216 uint8_t tx_phy; member
397 uint8_t tx_phy; member
/aosp_15_r20/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.cc1160 hci::PhyType tx_phy{0}; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc607 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.cc1782 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()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc664 void gatt_notify_phy_updated(tHCI_STATUS status, uint16_t handle, uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc837 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
/aosp_15_r20/external/python/bumble/bumble/
Dcore.py1657 def __init__(self, tx_phy, rx_phy): argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2978 void OnPhyUpdate(tCONN_ID conn_id, uint8_t tx_phy, uint8_t rx_phy, tGATT_STATUS status) { in OnPhyUpdate()
Dle_audio_client_test.cc522 void InjectPhyChangedEvent(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, in InjectPhyChangedEvent()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h36223 …m_hci_command_packets, ErrorCode status, uint16_t connection_handle, PhyType tx_phy, PhyType rx_ph… in Create()
36243 …m_hci_command_packets, ErrorCode status, uint16_t connection_handle, PhyType tx_phy, PhyType rx_ph… in Create()
47139 …ompleteBuilder> Create(ErrorCode status, uint16_t connection_handle, uint8_t tx_phy, uint8_t rx_ph… in Create()
47159 explicit LePhyUpdateCompleteBuilder(ErrorCode status, uint16_t connection_handle, uint8_t tx_phy, u… in Create()