Home
last modified time | relevance | path

Searched refs:tBTA_DM_SEARCH (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c185 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data, in check_eir_remote_name()
232 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, in check_cached_remote_name()
546 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_devices_copy_cb()
547 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_devices_copy_cb()
553 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
560 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
570 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
581 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_services_copy_cb()
582 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_services_copy_cb()
586 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
[all …]
Dbtif_gatt_client.c407 static void bte_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_scan_results_cb()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h312 tBTA_DM_SEARCH result;
319 tBTA_DM_SEARCH result;
Dbta_dm_act.c1346 bta_dm_search_cb.p_search_cback(BTA_DM_DI_DISC_CMPL_EVT, (tBTA_DM_SEARCH *) &di_disc); in bta_dm_di_disc_cmpl()
1530 tBTA_DM_SEARCH data; in bta_dm_inq_cmpl()
1628 tBTA_DM_SEARCH result; in bta_dm_sdp_result()
2522 tBTA_DM_SEARCH result; in bta_dm_inq_results_cb()
4562 tBTA_DM_SEARCH result; in bta_dm_observe_results_cb()
4606 tBTA_DM_SEARCH data; in bta_dm_observe_cmpl_cb()
4933 tBTA_DM_SEARCH data; in bta_dm_ble_observe()
4983 tBTA_DM_SEARCH result; in bta_dm_gatt_disc_result()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h891 } tBTA_DM_SEARCH; typedef
894 typedef void (tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data);