/system/bt/include/hardware/ |
D | bt_gatt_server.h | 112 uint8_t rx_phy, uint8_t status); 175 uint8_t rx_phy, uint16_t phy_options); 179 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
|
D | bt_gatt_client.h | 176 uint8_t rx_phy, uint8_t status); 301 uint8_t rx_phy, uint16_t phy_options); 305 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
|
/system/bt/gd/hci/acl_manager/ |
D | le_connection_management_callbacks.h | 40 virtual void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) = 0;
|
D | le_acl_connection.cc | 66 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() argument 67 SAVE_OR_CALL(OnPhyUpdate, hci_status, tx_phy, rx_phy); in OnPhyUpdate()
|
/system/bt/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() argument
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 241 p_data->phy_update.rx_phy, p_data->phy_update.status); in btapp_gatts_handle_cback() 425 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy() argument 429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); 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() argument
|
D | btif_gatt_client.cc | 214 p_data->phy_update.rx_phy, p_data->phy_update.status); in btif_gattc_upstreams_evt() 608 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy() argument 612 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); 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() argument
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 160 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument 253 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument
|
D | mock_stack_gatt_main.cc | 98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated() argument
|
D | mock_main_shim_btm_api.cc | 278 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
|
/system/bt/stack/test/common/ |
D | mock_gatt_main.cc | 98 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated() argument
|
D | mock_main_shim_btm_api.cc | 282 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.cc | 52 uint8_t tx_phy, uint8_t rx_phy, 622 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback() argument 634 cb_data.phy_update.rx_phy = rx_phy; in bta_gatts_phy_update_cback()
|
D | bta_gattc_act.cc | 67 uint8_t tx_phy, uint8_t rx_phy, 1415 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback() argument 1428 cb_data.phy_update.rx_phy = rx_phy; in bta_gattc_phy_update_cback()
|
/system/bt/stack/test/gatt/ |
D | stack_gatt_test.cc | 60 uint8_t rx_phy, tGATT_STATUS status) {} in tGATT_PHY_UPDATE_CB() argument
|
/system/bt/main/shim/ |
D | acl_legacy_interface.h | 121 uint8_t rx_phy);
|
D | btm_api.h | 651 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 597 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
|
D | gatt_api.h | 674 uint8_t tx_phy, uint8_t rx_phy,
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 216 uint8_t rx_phy; member 356 uint8_t rx_phy; member
|
/system/bt/gd/l2cap/le/internal/ |
D | link.h | 89 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override;
|
D | link.cc | 101 void Link::OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) {} in OnPhyUpdate() argument
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 53 uint8_t tx_phy, uint8_t rx_phy); 700 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument 702 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local 711 STREAM_TO_UINT8(rx_phy, pp); in read_phy_cb() 714 cb.Run(tx_phy, rx_phy, status); in read_phy_cb() 732 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 503 uint8_t tx_phy, uint8_t rx_phy) { in gatt_notify_phy_updated() argument 518 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy, in gatt_notify_phy_updated()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 282 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override {} in OnPhyUpdate() argument
|