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 185 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,
232 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data,
546 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest;
547 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src;
553 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH));
560 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
570 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
581 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest
    [all...]
btif_gatt_client.c 407 static void bte_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 312 tBTA_DM_SEARCH result;
319 tBTA_DM_SEARCH result;
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 34 milliseconds