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

  /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_DEBUG6("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_DEBUG6("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_DEBUG6("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s"
    [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[]);
btm_ble_api.h 258 UINT8 *p_val; member in struct:__anon3755
265 UINT8 *p_val; /* number of len byte */ member in struct:__anon3756
    [all...]
gatt_api.h 848 ** p_val: Pointer to the indicated attribute value data.
855 UINT16 val_len, UINT8 *p_val);
866 ** p_val: Pointer to the indicated attribute value data.
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 590 ** p_val: Pointer to the indicated attribute value data.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
617 memcpy (indication.value, p_val, val_len);
661 ** p_val: Pointer to the indicated attribute value data.
667 UINT16 val_len, UINT8 *p_val)
689 memcpy (notif.value, p_val, val_len);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 831 if (p_cb->adv_data.data.manu.p_val != NULL)
832 GKI_freebuf(p_cb->adv_data.data.manu.p_val);
944 btif_cb.adv_data.data.manu.p_val = GKI_getbuf(manufacturer_len);
945 if (btif_cb.adv_data.data.manu.p_val != NULL)
949 memcpy(btif_cb.adv_data.data.manu.p_val, manufacturer_data, manufacturer_len);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 775 p_data && p_data->manu.len != 0 && p_data->manu.p_val)
784 ARRAY_TO_STREAM(p, p_data->manu.p_val, cp_len);
844 ARRAY_TO_STREAM(p, p_elem->p_val, p_elem->len);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 356 UINT8 *p_val; member in struct:__anon3048
363 UINT8 *p_val; /* number of len byte */ member in struct:__anon3049
    [all...]

Completed in 200 milliseconds