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

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_cmd.c 25 tBTA_HF_CLIENT_DATA_VAL *p_val = (tBTA_HF_CLIENT_DATA_VAL *)p_data; local
28 switch(p_val->uint8_val)
31 bta_hf_client_send_at_vts((char)p_val->uint32_val1);
34 bta_hf_client_send_at_btrh(FALSE, p_val->uint32_val1);
41 bta_hf_client_send_at_chld('0' + p_val->uint32_val1, p_val->uint32_val2);
56 bta_hf_client_send_at_atd(p_val->str, p_val->uint32_val1);
59 bta_hf_client_send_at_vgm(p_val->uint32_val1);
62 bta_hf_client_send_at_vgs(p_val->uint32_val1)
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 399 UINT32 attr_len, UINT8 *p_val)
421 sprintf((char *)&num_array[i*2],"%02X",(UINT8)(p_val[i]));
423 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s",
424 handle,attr_id,attr_type,attr_len,p_val,num_array);
428 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%d",
429 handle,attr_id,attr_type,attr_len,p_val,*p_val);
433 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s"
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_multi_adv_util.c 332 p_multi_adv_data_cb->inst_cb[cbindex].data.p_manu->p_val =
334 if (p_multi_adv_data_cb->inst_cb[cbindex].data.p_manu->p_val != NULL)
339 memcpy(p_multi_adv_data_cb->inst_cb[cbindex].data.p_manu->p_val,
352 p_elem_service_data->p_val = GKI_getbuf(p_adv_data->service_data_len);
353 if (p_elem_service_data->p_val != NULL)
357 memcpy(p_elem_service_data->p_val, p_adv_data->p_service_data,
548 if (p_multi_inst_cb->data.p_manu->p_val != NULL)
549 GKI_freebuf(p_multi_inst_cb->data.p_manu->p_val);
561 if (p_elem->p_val != NULL)
562 GKI_freebuf(p_elem->p_val);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 247 uint8_t *p_val
phHciNfc.h 718 * \param[in,out] p_val p_val is the pointer to which the
735 uint8_t *p_val
phHciNfc_DevMgmt.c 137 uint8_t *p_val; member in struct:phHciNfc_DevMgmt_Info
425 uint8_t *p_val
455 psHciContext->p_device_mgmt_info)->p_val = p_val;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 485 UINT8 *p_val);
504 UINT8 len[], UINT8 *p_val[]);
gatt_api.h 857 ** p_val: Pointer to the indicated attribute value data.
    [all...]
btm_ble_api.h 374 UINT8 *p_val; member in struct:__anon6098
382 UINT8 *p_val; member in struct:__anon6099
389 UINT8 *p_val; /* number of len byte */ member in struct:__anon6100
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 591 ** p_val: Pointer to the indicated attribute value data.
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
622 memcpy (indication.value, p_val, val_len);
663 ** p_val: Pointer to the indicated attribute value data.
669 UINT16 val_len, UINT8 *p_val)
691 memcpy (notif.value, p_val, val_len);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 363 UINT8 *p_val; member in struct:__anon5302
370 UINT8 *p_val; /* number of len byte */ member in struct:__anon5303
384 UINT8 *p_val; member in struct:__anon5305
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c     [all...]

Completed in 125 milliseconds