Home
last modified time | relevance | path

Searched refs:p_len (Results 1 – 20 of 20) sorted by relevance

/system/bt/stack/avrc/
Davrc_bld_tg.c43 UINT8 *p_data, *p_start, *p_len, *p_count; in avrc_bld_get_capability_rsp() local
60 p_data = p_len = p_start + 2; /* pdu + rsvd */ in avrc_bld_get_capability_rsp()
101 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_get_capability_rsp()
121 UINT8 *p_data, *p_start, *p_len, *p_num; in avrc_bld_list_app_settings_attr_rsp() local
128 p_data = p_len = p_start + 2; /* pdu + rsvd */ in avrc_bld_list_app_settings_attr_rsp()
153 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_list_app_settings_attr_rsp()
173 UINT8 *p_data, *p_start, *p_len, *p_num; in avrc_bld_list_app_settings_values_rsp() local
180 p_data = p_len = p_start + 2; /* pdu + rsvd */ in avrc_bld_list_app_settings_values_rsp()
204 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_list_app_settings_values_rsp()
223 UINT8 *p_data, *p_start, *p_len, *p_count; in avrc_bld_get_cur_app_setting_value_rsp() local
[all …]
/system/bt/stack/sdp/
Dsdp_utils.c580 UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len) in sdpu_get_len_from_type() argument
589 *p_len = 1; in sdpu_get_len_from_type()
592 *p_len = 2; in sdpu_get_len_from_type()
595 *p_len = 4; in sdpu_get_len_from_type()
598 *p_len = 8; in sdpu_get_len_from_type()
601 *p_len = 16; in sdpu_get_len_from_type()
605 *p_len = u8; in sdpu_get_len_from_type()
609 *p_len = u16; in sdpu_get_len_from_type()
613 *p_len = (UINT16) u32; in sdpu_get_len_from_type()
Dsdp_db.c224 UINT8 *p_len; in sdp_compose_proto_list() local
235 p_len = p; in sdp_compose_proto_list()
253 *p_len -= 1; in sdp_compose_proto_list()
686 UINT8 *p_len; in SDP_AddAdditionProtoLists() local
697 p_len = p++; in SDP_AddAdditionProtoLists()
703 *p_len = (UINT8)(p - p_len - 1); in SDP_AddAdditionProtoLists()
Dsdp_discovery.c75 UINT8 *p_len; in sdpu_build_uuid_seq() local
81 p_len = p_out; in sdpu_build_uuid_seq()
105 xx = (UINT16)(p_out - p_len - 1); in sdpu_build_uuid_seq()
106 UINT8_TO_BE_STREAM (p_len, xx); in sdpu_build_uuid_seq()
Dsdpint.h284 extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
/system/bt/stack/rfcomm/
Dport_api.c1213 int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) in PORT_ReadData() argument
1222 *p_len = 0; in PORT_ReadData()
1259 *p_len += max_len; in PORT_ReadData()
1273 *p_len += p_buf->len; in PORT_ReadData()
1293 if (*p_len == 1) in PORT_ReadData()
1295 …RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d %x", p_port->rx.queue_size, *p_len, (p_dat… in PORT_ReadData()
1299 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d", p_port->rx.queue_size, *p_len); in PORT_ReadData()
1506 int PORT_WriteDataCO (UINT16 handle, int* p_len) in PORT_WriteDataCO() argument
1516 *p_len = 0; in PORT_WriteDataCO()
1570 *p_len = available; in PORT_WriteDataCO()
[all …]
/system/bt/stack/include/
Dport_api.h560 UINT16 *p_len);
591 UINT16 *p_len);
603 extern int PORT_WriteDataCO (UINT16 handle, int* p_len);
Dgap_api.h179 UINT16 max_len, UINT16 *p_len);
224 UINT16 max_len, UINT16 *p_len);
Dbtm_api.h3615 extern UINT8 * BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len);
/system/bt/bta/include/
Dbta_av_co.h311 UINT32 *p_len, UINT32 *p_timestamp);
325 UINT32 *p_len, UINT32 *p_timestamp);
/system/bt/stack/gatt/
Dgatt_db.c212 UINT16 *p_len, in read_attr_value() argument
298 *p_len = len; in read_attr_value()
328 UINT16 *p_len, in gatts_db_read_attr_value_by_type() argument
364 if (*p_len <= 2) in gatts_db_read_attr_value_by_type()
372 …status = read_attr_value ((void *)p_attr, 0, &p, FALSE, (UINT16)(*p_len -2), &len, sec_flag, key_s… in gatts_db_read_attr_value_by_type()
389 *p_len -= (len + 2); in gatts_db_read_attr_value_by_type()
631 UINT8 *p_value, UINT16 *p_len, in gatts_read_attr_value_by_handle() argument
651 mtu, p_len, sec_flag, key_size); in gatts_read_attr_value_by_handle()
Dgatt_sr.c599 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, in gatt_build_find_info_rsp() argument
604 UINT16 len = *p_len; in gatt_build_find_info_rsp()
667 *p_len = len; in gatt_build_find_info_rsp()
680 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format() argument
686 UINT16 len = *p_len; in gatts_validate_packet_format()
727 *p_len = len; in gatts_validate_packet_format()
Dgatt_int.h682 …UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 tran…
684 … UINT8 *p_value, UINT16 *p_len, UINT16 mtu,tGATT_SEC_FLAG sec_flag,UINT8 key_size,UINT32 trans_id);
/system/bt/stack/gap/
Dgap_conn.c344 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData() argument
352 *p_len = 0; in GAP_ConnReadData()
367 *p_len += copy_len; in GAP_ConnReadData()
383 p_ccb->rx_queue_size -= *p_len; in GAP_ConnReadData()
388 p_ccb->rx_queue_size, *p_len); in GAP_ConnReadData()
487 UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnWriteData() argument
492 *p_len = 0; in GAP_ConnWriteData()
513 *p_len += p_buf->len; in GAP_ConnWriteData()
/system/extras/perfprofd/quipper/
Dperf_parser.cc462 uint64_t* p_len, in MapMmapEvent() argument
473 uint64_t len = *p_len; in MapMmapEvent()
523 *p_len = len; in MapMmapEvent()
Dperf_parser.h184 uint64_t* p_len,
/system/bt/stack/btm/
Dbtm_ble_multi_adv.c668 UINT8 *p_len; in BTM_BleCfgAdvInstData() local
690 p_len = pp ++; in BTM_BleCfgAdvInstData()
692 *p_len = (UINT8)(pp - param - 2); in BTM_BleCfgAdvInstData()
Dbtm_sec.c1892 UINT8 * BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len) in BTM_ReadOobData() argument
1940 if (p_len) in BTM_ReadOobData()
1941 *p_len = ret_len; in BTM_ReadOobData()
/system/bt/btif/co/
Dbta_av_co.c1013 void * bta_av_co_audio_src_data_path(tBTA_AV_CODEC codec_type, UINT32 *p_len, in bta_av_co_audio_src_data_path() argument
1017 UNUSED(p_len); in bta_av_co_audio_src_data_path()
/system/bt/bta/av/
Dbta_av_int.h181 UINT32 *p_len, UINT32 *p_timestamp);