/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 139 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/ |
D | gatt_client.py | 49 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
|
D | gatt_server.py | 153 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/ |
D | btif_gatt_server.cc | 471 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()
|
D | btif_gatt_client.cc | 641 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/ |
D | gatt_shim.cc | 30 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/ |
D | mock_stack_btm_ble.cc | 141 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/ |
D | com_android_bluetooth_gatt.cpp | 586 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/ |
D | bta_gatt_api.h | 216 uint8_t tx_phy; member 397 uint8_t tx_phy; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 87 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
|
D | le_impl_test.cc | 1160 hci::PhyType tx_phy{0}; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 607 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()
|
D | bta_gattc_act.cc | 1782 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/ |
D | gatt_main.cc | 664 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/ |
D | link_layer_controller.cc | 338 bluetooth::hci::PhyType* tx_phy, in LeReadPhy() 597 bluetooth::hci::PhyType tx_phy = select_phy(phy_update_ind.GetPhyPToC(), connection.GetTxPhy()); in IncomingLlPhyUpdateInd() local
|
D | dual_mode_controller.cc | 2152 bluetooth::hci::PhyType tx_phy{}; in LeReadPhy() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 837 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | core.py | 1657 def __init__(self, tx_phy, rx_phy): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 2978 void OnPhyUpdate(tCONN_ID conn_id, uint8_t tx_phy, uint8_t rx_phy, tGATT_STATUS status) { in OnPhyUpdate()
|
D | le_audio_client_test.cc | 522 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/ |
D | hci_packets.h | 36223 …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()
|