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

  /system/bt/btif/src/
btif_dm.c 304 static BOOLEAN check_eir_remote_name(tBTA_DM_SEARCH *p_search_data,
351 static BOOLEAN check_cached_remote_name(tBTA_DM_SEARCH *p_search_data,
772 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest;
773 tBTA_DM_SEARCH *p_src_data = (tBTA_DM_SEARCH *) p_src;
779 memcpy(p_dest_data, p_src_data, sizeof(tBTA_DM_SEARCH));
786 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
796 p_dest_data->disc_res.p_raw_data = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
807 tBTA_DM_SEARCH *p_dest_data = (tBTA_DM_SEARCH *) p_dest
    [all...]
btif_gatt_client.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 284 tBTA_DM_SEARCH result;
291 tBTA_DM_SEARCH result;
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]

Completed in 242 milliseconds