/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 316 static btif_hh_added_device_t* btif_hh_find_added_dev(const tAclLinkSpec& link_spec) { in btif_hh_find_added_dev() 391 static btif_hh_device_t* btif_hh_find_dev_by_link_spec(const tAclLinkSpec& link_spec) { in btif_hh_find_dev_by_link_spec() 411 static btif_hh_device_t* btif_hh_find_connected_dev_by_link_spec(const tAclLinkSpec& link_spec) { in btif_hh_find_connected_dev_by_link_spec() 430 static void btif_hh_stop_vup_timer(const tAclLinkSpec& link_spec) { in btif_hh_stop_vup_timer() 447 static void btif_hh_start_vup_timer(const tAclLinkSpec& link_spec) { in btif_hh_start_vup_timer() 482 static bthh_connection_state_t hh_get_state_on_disconnect(tAclLinkSpec& link_spec) { in hh_get_state_on_disconnect() 508 static bool hh_add_device(const tAclLinkSpec& link_spec, tBTA_HH_ATTR_MASK attr_mask, in hh_add_device() 931 tAclLinkSpec link_spec = link_spec_ref; in btif_hh_load_bonded_dev() local 965 tAclLinkSpec link_spec = {}; in btif_hh_disconnected() local 1002 void btif_hh_remove_device(const tAclLinkSpec& link_spec) { in btif_hh_remove_device() [all …]
|
D | btif_profile_storage.cc | 138 bt_status_t btif_storage_add_hid_device_info(const tAclLinkSpec& link_spec, uint16_t attr_mask, in btif_storage_add_hid_device_info() 164 static void btif_storage_load_bonded_hid_device(const tAclLinkSpec link_spec) { in btif_storage_load_bonded_hid_device() 220 static void btif_storage_load_bonded_hogp_device(const tAclLinkSpec link_spec) { in btif_storage_load_bonded_hogp_device() 280 tAclLinkSpec link_spec = {}; in btif_storage_load_bonded_hid_info() local 314 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info() 1108 bt_status_t btif_storage_set_hid_connection_policy(const tAclLinkSpec& link_spec, in btif_storage_set_hid_connection_policy() 1132 bt_status_t btif_storage_get_hid_connection_policy(const tAclLinkSpec& link_spec, in btif_storage_get_hid_connection_policy()
|
D | bluetooth.cc | 296 tAclLinkSpec link_spec; in removeDeviceFromProfiles() local
|
D | btif_dm.cc | 2651 tAclLinkSpec link_spec; in btif_dm_remove_bond() local
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_utils.cc | 67 static uint8_t bta_hh_get_cb_index(const tAclLinkSpec& link_spec) { in bta_hh_get_cb_index() 99 tBTA_HH_DEV_CB* bta_hh_get_cb(const tAclLinkSpec& link_spec) { in bta_hh_get_cb() 121 tBTA_HH_DEV_CB* bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() 320 tBTA_HH_STATUS bta_hh_read_ssr_param(const tAclLinkSpec& link_spec, uint16_t* p_max_ssr_lat, in bta_hh_read_ssr_param()
|
D | bta_hh_le.cc | 320 static tBTA_HH_DEV_CB* bta_hh_le_find_dev_cb_by_bda(const tAclLinkSpec& link_spec) { in bta_hh_le_find_dev_cb_by_bda() 896 tAclLinkSpec link_spec = { in bta_hh_le_dis_cback() local 970 tAclLinkSpec link_spec = { in bta_hh_le_encrypt_cback() local 1173 tAclLinkSpec link_spec = { in bta_hh_le_close() local 2204 static void bta_hh_le_service_changed(tAclLinkSpec link_spec) { in bta_hh_le_service_changed() 2236 static void bta_hh_le_service_discovery_done(tAclLinkSpec link_spec) { in bta_hh_le_service_discovery_done() 2272 tAclLinkSpec link_spec = {.addrt.type = BLE_ADDR_PUBLIC, .transport = BT_TRANSPORT_LE}; in bta_hh_gattc_callback() local 2373 tAclLinkSpec link_spec = {.addrt.bda = addr, .transport = BT_TRANSPORT_LE}; in bta_hh_le_iso_data_callback() local
|
D | bta_hh_api.cc | 130 void BTA_HhOpen(const tAclLinkSpec& link_spec, bool direct) { in BTA_HhOpen() 311 void BTA_HhAddDev(const tAclLinkSpec& link_spec, tBTA_HH_ATTR_MASK attr_mask, uint8_t sub_class, in BTA_HhAddDev()
|
D | bta_hh_int.h | 89 tAclLinkSpec link_spec; member 97 tAclLinkSpec link_spec; member 104 tAclLinkSpec link_spec; member 190 tAclLinkSpec link_spec; /* ACL link specification of the HID device */ member
|
D | bta_hh_act.cc | 210 tAclLinkSpec link_spec = { in bta_hh_sdp_cback() local 281 tAclLinkSpec link_spec = { in bta_hh_di_sdp_cback() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hh_utils.cc | 68 tBTA_HH_DEV_CB* bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() 72 tBTA_HH_DEV_CB* bta_hh_get_cb(const tAclLinkSpec& link_spec) { in bta_hh_get_cb() 76 tBTA_HH_STATUS bta_hh_read_ssr_param(const tAclLinkSpec& link_spec, uint16_t* p_max_ssr_lat, in bta_hh_read_ssr_param()
|
D | mock_btif_profile_storage.cc | 124 bt_status_t btif_storage_add_hid_device_info(const tAclLinkSpec& link_spec, uint16_t attr_mask, in btif_storage_add_hid_device_info() 236 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_hh.h | 87 tAclLinkSpec link_spec; member 102 tAclLinkSpec link_spec; member 115 tAclLinkSpec link_spec; member
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 687 uint8_t app_id, tAclLinkSpec& link_spec) { in bta_hh_co_open() 946 void bta_hh_le_co_rpt_info(const tAclLinkSpec& link_spec, tBTA_HH_RPT_CACHE_ENTRY* p_entry, in bta_hh_le_co_rpt_info() 984 tBTA_HH_RPT_CACHE_ENTRY* bta_hh_le_co_cache_load(const tAclLinkSpec& link_spec, uint8_t* p_num_rpt, in bta_hh_le_co_cache_load() 1025 void bta_hh_le_co_reset_rpt_cache(const tAclLinkSpec& link_spec, uint8_t /* app_id */) { in bta_hh_le_co_reset_rpt_cache()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_pm.cc | 917 tAclLinkSpec link_spec; in bta_dm_pm_ssr() local
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_api.h | 257 tAclLinkSpec link_spec; /* HID device ACL link specification */ member
|