HomeSort by relevance Sort by last modified time
    Searched refs:profile_version (Results 1 - 11 of 11) sorted by null

  /system/bt/stack/avrc/
avrc_sdp.cc 175 * profile_version: profile version of avrcp record.
188 uint16_t profile_version) {
206 (profile_version > AVRC_REV_1_3)) {
216 if (profile_version < AVRC_REV_1_6) {
217 protocol_reported_version = profile_version - 1;
238 if ((profile_version > AVRC_REV_1_3) && (browse_supported)) {
255 sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version);
  /system/bt/bta/include/
bta_ar_api.h 127 uint16_t profile_version);
  /system/bt/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/sdp/
bta_sdp_act.cc 61 record->mns.hdr.profile_version = 0;
78 record->mns.hdr.profile_version = pversion;
102 record->mas.hdr.profile_version = 0;
131 record->mas.hdr.profile_version = pversion;
155 record->pse.hdr.profile_version = 0;
177 record->pse.hdr.profile_version = pversion;
201 record->ops.hdr.profile_version = 0;
213 record->ops.hdr.profile_version = pversion;
286 record->sap.hdr.profile_version = 0;
296 record->sap.hdr.profile_version = pversion
    [all...]
  /system/bt/profile/avrcp/
avrcp_internal.h 36 uint16_t profile_version) = 0;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 172 (jint)record->mas.hdr.profile_version,
182 (jint)record->mns.hdr.profile_version,
191 (jint)record->pse.hdr.profile_version,
209 (jint)record->ops.hdr.profile_version, service_name.get(),
216 (jint)record->mas.hdr.profile_version, service_name.get(),
255 record.mas.hdr.profile_version = version;
294 record.mns.hdr.profile_version = version;
332 record.pse.hdr.profile_version = version;
370 record.ops.hdr.profile_version = version;
417 record.mas.hdr.profile_version = version
    [all...]
  /system/bt/bta/ar/
bta_ar.cc 223 uint16_t profile_version) {
235 profile_version);
248 profile_version);
  /system/bt/btif/src/
btif_sdp_server.cc 417 rec->hdr.profile_version);
504 rec->hdr.profile_version);
581 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);
669 sdp_handle, UUID_SERVCLASS_OBEX_OBJECT_PUSH, rec->hdr.profile_version);
752 rec->hdr.profile_version);
  /system/bt/stack/include/
avrc_api.h 237 uint16_t profile_version);
  /system/bt/bta/av/
bta_av_main.cc 548 uint16_t profile_version = AVRC_REV_1_0; local
552 profile_version = AVRC_REV_1_6;
555 profile_version = AVRC_REV_1_5;
558 profile_version = AVRC_REV_1_3;
560 profile_version = AVRC_REV_1_4;
566 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version);
    [all...]
  /system/bt/btif/avrcp/
avrcp_service.cc 62 uint16_t profile_version) override {
65 profile_version);

Completed in 388 milliseconds