Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.c363 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data, in check_eir_remote_name()
410 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data, in check_cached_remote_name()
819 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_devices_copy_cb()
820 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_devices_copy_cb()
833 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
843 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
854 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest; in search_services_copy_cb()
855 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src; in search_services_copy_cb()
869 (UINT8*)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_services_copy_cb()
1294 tBTA_DM_SEARCH *p_search_data; in btif_dm_search_devices_evt()
[all …]
Dbtif_gatt_client.c972 static void bta_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bta_scan_results_cb()
/system/bt/bta/dm/
Dbta_dm_int.h282 tBTA_DM_SEARCH result;
289 tBTA_DM_SEARCH result;
Dbta_dm_act.c1360 bta_dm_search_cb.p_search_cback(BTA_DM_DI_DISC_CMPL_EVT, (tBTA_DM_SEARCH *) &di_disc); in bta_dm_di_disc_cmpl()
1505 tBTA_DM_SEARCH data; in bta_dm_inq_cmpl()
1599 tBTA_DM_SEARCH result; in bta_dm_sdp_result()
2403 tBTA_DM_SEARCH result; in bta_dm_inq_results_cb()
4259 tBTA_DM_SEARCH result; in bta_dm_observe_results_cb()
4303 tBTA_DM_SEARCH data; in bta_dm_observe_cmpl_cb()
4703 tBTA_DM_SEARCH data; in bta_dm_ble_observe()
5359 tBTA_DM_SEARCH result; in bta_dm_gatt_disc_result()
/system/bt/bta/include/
Dbta_api.h1053 } tBTA_DM_SEARCH; typedef
1056 typedef void (tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data);