Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc425 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy()
435 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
H A Dbtif_gatt_client.cc608 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy()
618 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/aosp12/system/bt/stack/test/common/
H A Dmock_gatt_main.cc98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
H A Dmock_main_shim_btm_api.cc282 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/aosp12/system/bt/test/mock/
H A Dmock_stack_gatt_main.cc98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
H A Dmock_stack_btm_ble.cc160 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
253 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
H A Dmock_main_shim_btm_api.cc278 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/aosp12/system/bt/stack/test/gatt/
H A 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()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc700 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
702 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
732 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
H A Dbtm_ble_gap.cc2070 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_act.cc622 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
H A Dbta_gattc_act.cc1415 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp517 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb()
735 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb()
1211 jint tx_phy, jint rx_phy, in gattClientSetPreferredPhyNative()
1218 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, in readClientPhyCb()
1722 jint tx_phy, jint rx_phy, in gattServerSetPreferredPhyNative()
1729 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc503 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h215 uint8_t tx_phy; member
355 uint8_t tx_phy; member
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc1059 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
H A Dacl.cc640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()