Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc31 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status… in ReadPhyCallback()
36 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback()
/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.cc436 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy()
446 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
Dbtif_gatt_client.cc635 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy()
645 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc56 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.cc678 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
680 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
710 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
Dbtm_ble_gap.cc3034 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_main.cc100 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
Dmock_stack_btm_ble.cc159 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
385 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
Dmock_main_shim_btm_api.cc271 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc78 virtual void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
Dle_acl_connection.cc74 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
Dle_impl_test.cc1332 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.cc617 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1604 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.cc360 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h220 uint8_t tx_phy; member
372 uint8_t tx_phy; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp560 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb()
823 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb()
1488 jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative()
1495 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, in readClientPhyCb()
2044 jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative()
2051 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc652 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc313 bluetooth::hci::PhyType* tx_phy, in LeReadPhy()
565 bluetooth::hci::PhyType tx_phy = in IncomingLlPhyUpdateInd() local
Ddual_mode_controller.cc1814 bluetooth::hci::PhyType tx_phy{}; in LeReadPhy() local
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc815 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()