OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service_name_length
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp
199
if (record->hdr.
service_name_length
> 0) {
323
record.mas.hdr.
service_name_length
= strlen(service_name);
326
record.mas.hdr.
service_name_length
= 0;
365
record.mns.hdr.
service_name_length
= strlen(service_name);
368
record.mns.hdr.
service_name_length
= 0;
405
record.pse.hdr.
service_name_length
= strlen(service_name);
408
record.pse.hdr.
service_name_length
= 0;
448
record.ops.hdr.
service_name_length
= strlen(service_name);
451
record.ops.hdr.
service_name_length
= 0;
497
record.mas.hdr.
service_name_length
= strlen(service_name)
[
all
...]
/hardware/libhardware/include/hardware/
bt_sdp.h
41
uint32_t
service_name_length
;
member in struct:_bluetooth_sdp_hdr
55
uint32_t
service_name_length
;
member in struct:_bluetooth_sdp_hdr_overlay
/system/bt/bta/sdp/
bta_sdp_act.c
99
record->mns.hdr.
service_name_length
= 0;
113
record->mns.hdr.
service_name_length
= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
140
record->mas.hdr.
service_name_length
= 0;
166
record->mas.hdr.
service_name_length
= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
193
record->pse.hdr.
service_name_length
= 0;
212
record->pse.hdr.
service_name_length
= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
239
record->ops.hdr.
service_name_length
= 0;
248
record->ops.hdr.
service_name_length
= SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
320
record->sap.hdr.
service_name_length
= 0;
328
record->sap.hdr.
service_name_length
= SDP_DISC_ATTR_LEN(p_attr->attr_len_type)
[
all
...]
/system/bt/btif/src/
btif_sdp_server.c
130
records_size += record->hdr.
service_name_length
;
131
if(record->hdr.
service_name_length
> 0){
155
if(in_record->hdr.service_name == NULL || in_record->hdr.
service_name_length
== 0) {
157
out_record->hdr.
service_name_length
= 0;
161
memcpy(free_ptr, in_record->hdr.service_name, in_record->hdr.
service_name_length
);
162
free_ptr += in_record->hdr.
service_name_length
;
414
(UINT32)(rec->hdr.
service_name_length
+ 1),
501
(UINT32)(rec->hdr.
service_name_length
+ 1),
581
(UINT32)(rec->hdr.
service_name_length
+ 1),
670
(UINT32)(rec->hdr.
service_name_length
+ 1)
[
all
...]
Completed in 1015 milliseconds