/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 318 btif_hh_added_device_t* btif_hh_find_added_dev(const tAclLinkSpec& link_spec) { in btif_hh_find_added_dev() 395 const tAclLinkSpec& link_spec) { in btif_hh_find_dev_by_link_spec() 416 const tAclLinkSpec& link_spec) { in btif_hh_find_connected_dev_by_link_spec() 435 static void btif_hh_stop_vup_timer(const tAclLinkSpec& link_spec) { in btif_hh_stop_vup_timer() 452 static void btif_hh_start_vup_timer(const tAclLinkSpec& link_spec) { in btif_hh_start_vup_timer() 465 tAclLinkSpec& link_spec) { in hh_get_state_on_disconnect() 479 static void hh_connect_complete(uint8_t handle, tAclLinkSpec& link_spec, in hh_connect_complete() 596 static bool hh_add_device(const tAclLinkSpec& link_spec, in hh_add_device() 633 tAclLinkSpec link_spec = link_spec_ref; in btif_hh_load_bonded_dev() local 669 void btif_hh_remove_device(const tAclLinkSpec& link_spec) { in btif_hh_remove_device() [all …]
|
D | btif_profile_storage.cc | 135 const tAclLinkSpec& link_spec, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info() 168 static void btif_storage_load_bonded_hid_device(const tAclLinkSpec link_spec) { in btif_storage_load_bonded_hid_device() 225 static void btif_storage_load_bonded_hogp_device(const tAclLinkSpec link_spec) { in btif_storage_load_bonded_hogp_device() 286 tAclLinkSpec link_spec = {}; in btif_storage_load_bonded_hid_info() local 322 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info() 1194 const tAclLinkSpec& link_spec, bool reconnect_allowed) { in btif_storage_set_hid_connection_policy() 1220 const tAclLinkSpec& link_spec, bool* reconnect_allowed) { in btif_storage_get_hid_connection_policy()
|
D | btif_dm.cc | 859 tAclLinkSpec link_spec; in btif_dm_cb_create_bond() local 2802 tAclLinkSpec link_spec; in btif_dm_remove_bond() local
|
D | bluetooth.cc | 311 tAclLinkSpec link_spec; in removeDeviceFromProfiles() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hh_utils.cc | 77 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() 81 tBTA_HH_DEV_CB* bta_hh_get_cb(const tAclLinkSpec& link_spec) { in bta_hh_get_cb() 85 tBTA_HH_STATUS bta_hh_read_ssr_param(const tAclLinkSpec& link_spec, in bta_hh_read_ssr_param()
|
D | mock_btif_profile_storage.cc | 138 const tAclLinkSpec& link_spec, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info() 256 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_utils.cc | 63 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() 102 tBTA_HH_DEV_CB* bta_hh_get_cb(const tAclLinkSpec& link_spec) { in bta_hh_get_cb() 252 tBTA_HH_STATUS bta_hh_read_ssr_param(const tAclLinkSpec& link_spec, in bta_hh_read_ssr_param()
|
D | bta_hh_le.cc | 256 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const tAclLinkSpec& link_spec) { in bta_hh_le_open_conn() 301 const tAclLinkSpec& link_spec) { in bta_hh_le_find_dev_cb_by_bda() 901 tAclLinkSpec link_spec; in bta_hh_le_dis_cback() local 977 tAclLinkSpec link_spec; in bta_hh_le_encrypt_cback() local 1190 tAclLinkSpec link_spec; in bta_hh_le_close() local 2173 static void bta_hh_le_service_changed(tAclLinkSpec link_spec) { in bta_hh_le_service_changed() 2205 static void bta_hh_le_service_discovery_done(tAclLinkSpec link_spec) { in bta_hh_le_service_discovery_done() 2241 tAclLinkSpec link_spec; in bta_hh_gattc_callback() local 2352 tAclLinkSpec link_spec{}; in bta_hh_le_iso_data_callback() local
|
D | bta_hh_api.cc | 125 void BTA_HhOpen(const tAclLinkSpec& link_spec) { in BTA_HhOpen() 316 void BTA_HhAddDev(const tAclLinkSpec& link_spec, tBTA_HH_ATTR_MASK attr_mask, in BTA_HhAddDev()
|
D | bta_hh_int.h | 87 tAclLinkSpec link_spec; member 94 tAclLinkSpec link_spec; member 101 tAclLinkSpec link_spec; member 192 tAclLinkSpec link_spec; /* ACL link specification of the HID device */ member
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 432 tAclLinkSpec& link_spec) { in bta_hh_co_open() 771 void bta_hh_le_co_rpt_info(const tAclLinkSpec& link_spec, in bta_hh_le_co_rpt_info() 813 tBTA_HH_RPT_CACHE_ENTRY* bta_hh_le_co_cache_load(const tAclLinkSpec& link_spec, in bta_hh_le_co_cache_load() 853 void bta_hh_le_co_reset_rpt_cache(const tAclLinkSpec& link_spec, in bta_hh_le_co_reset_rpt_cache()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_hh.h | 92 tAclLinkSpec link_spec; member 105 tAclLinkSpec link_spec; member 118 tAclLinkSpec link_spec; member
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_pm.cc | 944 tAclLinkSpec link_spec; in bta_dm_pm_ssr() local
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_api.h | 260 tAclLinkSpec link_spec; /* HID device ACL link specification */ member
|