Searched defs:p_val (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_cmd.c25 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
[all...]
/system/bt/stack/avrc/
H A Davrc_bld_ct.c220 static tAVRC_STS avrc_bld_set_current_player_app_values_cmd(BT_HDR * p_pkt, UINT8 num_attrib_id, tAVRC_APP_SETTING* p_val) argument
234 UINT8_TO_BE_STREAM(p_data,p_val[count].attr_id);
235 UINT8_TO_BE_STREAM(p_data,p_val[count].attr_val);
/system/bt/stack/sdp/
H A Dsdp_db.c396 UINT32 attr_len, UINT8 *p_val)
418 sprintf((char *)&num_array[i*2],"%02X",(UINT8)(p_val[i]));
420 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s",
421 handle,attr_id,attr_type,attr_len,p_val,num_array);
425 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%d",
426 handle,attr_id,attr_type,attr_len,p_val,*p_val);
430 SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val
395 SDP_AddAttribute(UINT32 handle, UINT16 attr_id, UINT8 attr_type, UINT32 attr_len, UINT8 *p_val) argument
527 SDP_AddSequence(UINT32 handle, UINT16 attr_id, UINT16 num_elem, UINT8 type[], UINT8 len[], UINT8 *p_val[]) argument
[all...]
/system/bt/stack/gatt/
H A Dgatt_api.c590 ** 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) argument
621 memcpy (indication.value, p_val, val_len);
662 ** p_val: Pointer to the indicated attribute value data.
668 UINT16 val_len, UINT8 *p_val)
690 memcpy (notif.value, p_val, val_len);
667 GATTS_HandleValueNotification(UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) argument

Completed in 196 milliseconds