/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_shim.cc | 32 void ReadPhyCallback(int client_if, RawAddress address, uint8_t tx_phy, uint8_t rx_phy, uint8_t sta… in ReadPhyCallback()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | link_property_listener.h | 67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 430 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy() 440 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 | 659 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy() 669 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/ |
D | mock_stack_gatt_main.cc | 98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
|
D | mock_stack_btm_ble.cc | 158 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() 248 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
|
D | mock_main_shim_btm_api.cc | 272 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | stack_gatt_test.cc | 59 void tGATT_PHY_UPDATE_CB(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, in tGATT_PHY_UPDATE_CB()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 738 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() 740 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local 770 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
|
D | btm_ble_gap.cc | 2929 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 71 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
|
D | le_impl_test.cc | 1323 hci::PhyType tx_phy{0}; in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 103 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 612 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
|
D | bta_gattc_act.cc | 1559 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 355 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 552 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 545 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb() 777 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb() 1351 jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative() 1358 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, in readClientPhyCb() 1873 jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative() 1880 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 218 uint8_t tx_phy; member 358 uint8_t tx_phy; member
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 1037 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
|
D | acl.cc | 756 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()
|