Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dlink_property_listener.h67 virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/system/bt/btif/src/
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()
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()
/system/bt/test/mock/
Dmock_stack_gatt_main.cc98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
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()
Dmock_main_shim_btm_api.cc278 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/system/bt/stack/test/common/
Dmock_gatt_main.cc98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
Dmock_main_shim_btm_api.cc282 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
/system/bt/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()
/system/bt/stack/btm/
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()
Dbtm_ble_gap.cc2058 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.cc66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate()
/system/bt/gd/l2cap/le/internal/
Dlink.cc101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate()
/system/bt/bta/gatt/
Dbta_gatts_act.cc622 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1415 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate()
/system/bt/stack/gatt/
Dgatt_main.cc503 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated()
/system/bt/bta/include/
Dbta_gatt_api.h215 uint8_t tx_phy; member
355 uint8_t tx_phy; member
/system/bt/main/shim/
Dbtm_api.cc1059 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
Dacl.cc640 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate()