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

  /system/bt/stack/btm/
btm_inq.c 141 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
142 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
    [all...]
  /system/bt/btif/src/
btif_dm.c 370 if (p_search_data->inq_res.p_eir)
372 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
376 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir,
831 if (p_src_data->inq_res.p_eir)
833 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH));
834 memcpy(p_dest_data->inq_res.p_eir, p_src_data->inq_res.p_eir, HCI_EXT_INQ_RESPONSE_LEN);
    [all...]
btif_gatt_client.c 986 if (p_data->inq_res.p_eir)
988 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
989 if (BTM_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE,
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 52 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
135 static void bta_dm_observe_results_cb(tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
    [all...]
bta_dm_api.c 510 ** Parameters p_eir - pointer of EIR significant part
517 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services )
525 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
    [all...]
  /system/bt/bta/include/
bta_api.h 992 UINT8 *p_eir; \/* received EIR *\/ member in struct:__anon71906
    [all...]
  /system/bt/stack/include/
btm_api.h 679 typedef void (tBTM_INQ_RESULTS_CB) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
    [all...]

Completed in 46 milliseconds