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 290 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,
337 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data,
747 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest;
748 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src;
754 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH));
761 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
771 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
782 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest
    [all...]
btif_gatt_client.c 960 static void bta_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 339 tBTA_DM_SEARCH result;
346 tBTA_DM_SEARCH result;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 61 milliseconds