Searched refs:p_val (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_db.c | 399 UINT32 attr_len, UINT8 *p_val) in SDP_AddAttribute() argument 421 sprintf((char *)&num_array[i*2],"%02X",(UINT8)(p_val[i])); in SDP_AddAttribute() 424 handle,attr_id,attr_type,attr_len,p_val,num_array); in SDP_AddAttribute() 429 handle,attr_id,attr_type,attr_len,p_val,*p_val); in SDP_AddAttribute() 434 handle,attr_id,attr_type,attr_len,p_val,p_val); in SDP_AddAttribute() 485 p_val[SDP_MAX_PAD_LEN - p_rec->free_pad_ptr] = '\0'; in SDP_AddAttribute() 486 p_val[SDP_MAX_PAD_LEN - p_rec->free_pad_ptr+1] = '\0'; in SDP_AddAttribute() 492 if ((attr_len > 0) && (p_val != 0)) in SDP_AddAttribute() 495 memcpy (&p_rec->attr_pad[p_rec->free_pad_ptr], p_val, (size_t)attr_len); in SDP_AddAttribute() 500 p_val == 0) in SDP_AddAttribute() [all …]
|
/external/libnfc-nxp/src/ |
D | phHciNfc_DevMgmt.c | 137 uint8_t *p_val; member 425 uint8_t *p_val in phHciNfc_DevMgmt_Get_Info() argument 455 psHciContext->p_device_mgmt_info)->p_val = p_val; in phHciNfc_DevMgmt_Get_Info() 1250 if( NULL != p_device_mgmt_info->p_val ) in phHciNfc_Recv_DevMgmt_Response() 1252 *p_device_mgmt_info->p_val = (uint8_t)( length > HCP_HEADER_LEN ) ? in phHciNfc_Recv_DevMgmt_Response() 1254 p_device_mgmt_info->p_val = NULL; in phHciNfc_Recv_DevMgmt_Response()
|
D | phHciNfc_DevMgmt.h | 247 uint8_t *p_val
|
D | phHciNfc.h | 735 uint8_t *p_val
|
/external/bluetooth/bluedroid/stack/include/ |
D | sdp_api.h | 485 UINT8 *p_val); 504 UINT8 len[], UINT8 *p_val[]);
|
D | btm_ble_api.h | 258 UINT8 *p_val; member 265 UINT8 *p_val; /* number of len byte */ member
|
D | gatt_api.h | 848 UINT16 val_len, UINT8 *p_val); 865 UINT16 val_len, UINT8 *p_val);
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 595 …TUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) in GATTS_HandleValueIndication() argument 617 memcpy (indication.value, p_val, val_len); in GATTS_HandleValueIndication() 667 UINT16 val_len, UINT8 *p_val) in GATTS_HandleValueNotification() argument 689 memcpy (notif.value, p_val, val_len); in GATTS_HandleValueNotification()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_api.h | 352 UINT8 *p_val; member 359 UINT8 *p_val; /* number of len byte */ member
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 776 p_data && p_data->manu.len != 0 && p_data->manu.p_val) in btm_ble_build_adv_data() 785 ARRAY_TO_STREAM(p, p_data->manu.p_val, cp_len); in btm_ble_build_adv_data() 845 ARRAY_TO_STREAM(p, p_elem->p_val, p_elem->len); in btm_ble_build_adv_data()
|