OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_version
(Results
1 - 12
of
12
) sorted by null
/system/bt/bta/include/
bta_ar_api.h
123
BOOLEAN browse_supported, UINT16
profile_version
);
/frameworks/base/core/java/android/bluetooth/
SdpMnsRecord.java
30
int
profile_version
,
37
this.mProfileVersion =
profile_version
;
99
ret += "
Profile_version
: " + mProfileVersion+"\n";
SdpSapsRecord.java
29
int
profile_version
,
32
this.mProfileVersion =
profile_version
;
SdpMasRecord.java
39
int
profile_version
,
46
this.mProfileVersion =
profile_version
;
SdpPseRecord.java
32
int
profile_version
,
38
this.mProfileVersion =
profile_version
;
/system/bt/stack/avrc/
avrc_sdp.c
185
**
profile_version
: profile version of avrcp record.
196
BOOLEAN browse_supported, UINT16
profile_version
)
214
if((service_uuid == UUID_SERVCLASS_AV_REMOTE_CONTROL ) && (
profile_version
> AVRC_REV_1_3))
238
if ((
profile_version
> AVRC_REV_1_3) && (browse_supported))
254
result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL,
profile_version
);
/hardware/libhardware/include/hardware/
bt_sdp.h
45
int32_t
profile_version
;
member in struct:_bluetooth_sdp_hdr
59
int32_t
profile_version
;
member in struct:_bluetooth_sdp_hdr_overlay
/system/bt/bta/ar/
bta_ar.c
247
UINT16
profile_version
)
262
bta_ar_cb.sdp_tg_handle, browse_supported,
profile_version
);
277
bta_ar_cb.sdp_ct_handle, browse_supported,
profile_version
);
/system/bt/bta/sdp/
bta_sdp_act.c
103
record->mns.hdr.
profile_version
= 0;
119
record->mns.hdr.
profile_version
= pversion;
144
record->mas.hdr.
profile_version
= 0;
172
record->mas.hdr.
profile_version
= pversion;
197
record->pse.hdr.
profile_version
= 0;
218
record->pse.hdr.
profile_version
= pversion;
243
record->ops.hdr.
profile_version
= 0;
254
record->ops.hdr.
profile_version
= pversion;
324
record->sap.hdr.
profile_version
= 0;
334
record->sap.hdr.
profile_version
= pversion
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp
214
(jint)record->mas.hdr.
profile_version
,
228
(jint)record->mns.hdr.
profile_version
,
241
(jint)record->pse.hdr.
profile_version
,
261
(jint)record->ops.hdr.
profile_version
,
273
(jint)record->mas.hdr.
profile_version
,
330
record.mas.hdr.
profile_version
= version;
372
record.mns.hdr.
profile_version
= version;
412
record.pse.hdr.
profile_version
= version;
455
record.ops.hdr.
profile_version
= version;
503
record.mas.hdr.
profile_version
= version
[
all
...]
/system/bt/btif/src/
btif_sdp_server.c
420
rec->hdr.
profile_version
);
507
rec->hdr.
profile_version
);
587
rec->hdr.
profile_version
);
676
rec->hdr.
profile_version
);
761
rec->hdr.
profile_version
);
/system/bt/stack/include/
avrc_api.h
214
BOOLEAN browse_supported, UINT16
profile_version
);
Completed in 174 milliseconds