HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_DM_SEARCH (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 204 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,
251 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data,
566 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest;
567 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src;
573 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH));
580 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
590 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
601 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest
    [all...]
btif_gatt_client.c 507 static void bta_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 314 tBTA_DM_SEARCH result;
321 tBTA_DM_SEARCH result;
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 62 milliseconds