Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc32 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/
Dlink_property_listener.h67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc430 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()
Dbtif_gatt_client.cc659 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/
Dmock_stack_gatt_main.cc98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
Dmock_stack_btm_ble.cc158 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()
Dmock_main_shim_btm_api.cc272 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/
Dstack_gatt_test.cc59 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/
Dbtm_ble.cc738 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()
Dbtm_ble_gap.cc2929 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc71 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
Dle_impl_test.cc1323 hci::PhyType tx_phy{0}; in TEST_F() local
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc103 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc612 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1559 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc355 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc552 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp545 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/
Dbta_gatt_api.h218 uint8_t tx_phy; member
358 uint8_t tx_phy; member
/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc1037 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
Dacl.cc756 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()