/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_test.cc | 35 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE); 36 const Uuid SECONDARY_SERVICE = Uuid::From16Bit(GATT_UUID_SEC_SERVICE); 37 const Uuid INCLUDE = Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE); 38 const Uuid CHARACTERISTIC = Uuid::From16Bit(GATT_UUID_CHAR_DECLARE); 39 const Uuid CHARACTERISTIC_EXTENDED_PROPERTIES = Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP); 228 builder.AddService(0x0001, 0x0005, Uuid::From16Bit(0x1800), true); in TEST() 229 builder.AddService(0x0006, 0x000D, Uuid::From16Bit(0x1801), true); in TEST() 230 builder.AddService(0x000E, 0x0013, Uuid::From16Bit(0x1808), true); in TEST() 231 builder.AddService(0x0014, 0xFFFF, Uuid::From16Bit(0x180F), false); in TEST() 233 builder.AddCharacteristic(0x0002, 0x0003, Uuid::From16Bit(0x2A00), 0x0A); in TEST() [all …]
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr_hash.cc | 39 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in calculate_database_info_size() 40 attr_it->uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE)) { in calculate_database_info_size() 43 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE)) { in calculate_database_info_size() 46 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DECLARE)) { in calculate_database_info_size() 49 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DESCRIPTION) || in calculate_database_info_size() 50 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG) || in calculate_database_info_size() 51 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_SRVR_CONFIG) || in calculate_database_info_size() 52 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_PRESENT_FORMAT) || in calculate_database_info_size() 53 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_AGG_FORMAT)) { in calculate_database_info_size() 56 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP)) { in calculate_database_info_size() [all …]
|
D | gatt_attr.cc | 419 Uuid service_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in gatt_profile_db_init() 421 Uuid srv_changed_char_uuid = Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD); in gatt_profile_db_init() 422 Uuid svr_sup_feat_uuid = Uuid::From16Bit(GATT_UUID_SERVER_SUP_FEAT); in gatt_profile_db_init() 423 Uuid cl_sup_feat_uuid = Uuid::From16Bit(GATT_UUID_CLIENT_SUP_FEAT); in gatt_profile_db_init() 424 Uuid database_hash_uuid = Uuid::From16Bit(GATT_UUID_DATABASE_HASH); in gatt_profile_db_init() 502 if (p_data->type == Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)) { in gatt_disc_res_cback() 556 param.service.uuid = bluetooth::Uuid::From16Bit(GATT_UUID_CLIENT_SUP_FEAT); in gatt_svc_read_cl_supp_feat_req() 716 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) != GATT_SUCCESS) { in gatt_cl_start_config_ccc() 723 Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD)) != GATT_SUCCESS) { in gatt_cl_start_config_ccc() 831 param.service.uuid = bluetooth::Uuid::From16Bit(GATT_UUID_SERVER_SUP_FEAT); in read_sr_supported_feat_req() [all …]
|
D | gatt_api.cc | 133 if (uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in is_gatt_attr_type() 134 uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE) || in is_gatt_attr_type() 135 uuid == Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE) || in is_gatt_attr_type() 136 uuid == Uuid::From16Bit(GATT_UUID_CHAR_DECLARE)) { in is_gatt_attr_type() 196 if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in GATTS_AddService() 198 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER)) { in GATTS_AddService() 200 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GMCS_SERVER)) { in GATTS_AddService() 202 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GTBS_SERVER)) { in GATTS_AddService() 204 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_TMAS_SERVER)) { in GATTS_AddService() 206 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GMAS_SERVER)) { in GATTS_AddService() [all …]
|
D | gatt_db.cc | 59 Uuid uuid = Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE); in gatts_init_service_db() 339 Uuid uuid = Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE); in gatts_add_included_service() 376 Uuid uuid = Uuid::From16Bit(GATT_UUID_CHAR_DECLARE); in gatts_add_characteristic() 404 Uuid descr_uuid = Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP); in gatts_add_char_ext_prop_descr()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_gatt_sr_hash_test.cc | 46 gatts_init_service_db(local_db[0], Uuid::From16Bit(0x1800), true, 0x0001, 5); in TEST() 49 Uuid::From16Bit(0x2A00)); in TEST() 51 Uuid::From16Bit(0x2A01)); in TEST() 54 gatts_init_service_db(local_db[1], Uuid::From16Bit(0x1801), true, 0x0006, 8); in TEST() 55 gatts_add_characteristic(local_db[1], 0, GATT_CHAR_PROP_BIT_INDICATE, Uuid::From16Bit(0x2A05)); in TEST() 56 gatts_add_char_descr(local_db[1], GATT_CHAR_PROP_BIT_READ, Uuid::From16Bit(0x2902)); in TEST() 59 Uuid::From16Bit(0x2B29)); in TEST() 61 Uuid::From16Bit(0x2B2A)); in TEST() 64 gatts_init_service_db(local_db[2], Uuid::From16Bit(0x1808), true, 0x000E, 6); in TEST() 65 gatts_add_included_service(local_db[2], 0x0014, 0x0016, Uuid::From16Bit(0x180F)); in TEST() [all …]
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_utils_test.cc | 26 EXPECT_EQ(ras::uuid::getUuidName(bluetooth::Uuid::From16Bit(ras::uuid::kRangingService16Bit)), in TEST() 29 bluetooth::Uuid::From16Bit(ras::uuid::kRasFeaturesCharacteristic16bit)), in TEST() 31 EXPECT_EQ(ras::uuid::getUuidName(bluetooth::Uuid::From16Bit( in TEST() 35 bluetooth::Uuid::From16Bit(ras::uuid::kRasOnDemandDataCharacteristic16bit)), in TEST() 38 bluetooth::Uuid::From16Bit(ras::uuid::kRasControlPointCharacteristic16bit)), in TEST() 41 bluetooth::Uuid::From16Bit(ras::uuid::kRasRangingDataReadyCharacteristic16bit)), in TEST() 43 EXPECT_EQ(ras::uuid::getUuidName(bluetooth::Uuid::From16Bit( in TEST() 47 bluetooth::Uuid::From16Bit(ras::uuid::kClientCharacteristicConfiguration16bit)), in TEST() 160 bluetooth::Uuid::From16Bit(ras::uuid::kRangingService16Bit))); in TEST() 162 bluetooth::Uuid::From16Bit(ras::uuid::kRasFeaturesCharacteristic16bit))); in TEST() [all …]
|
D | ras_types.h | 37 static const bluetooth::Uuid kRangingService = bluetooth::Uuid::From16Bit(kRangingService16Bit); 39 bluetooth::Uuid::From16Bit(kRasFeaturesCharacteristic16bit); 41 bluetooth::Uuid::From16Bit(kRasRealTimeRangingDataCharacteristic16bit); 43 bluetooth::Uuid::From16Bit(kRasOnDemandDataCharacteristic16bit); 45 bluetooth::Uuid::From16Bit(kRasControlPointCharacteristic16bit); 47 bluetooth::Uuid::From16Bit(kRasRangingDataReadyCharacteristic16bit); 49 bluetooth::Uuid::From16Bit(kRasRangingDataOverWrittenCharacteristic16bit); 51 bluetooth::Uuid::From16Bit(kClientCharacteristicConfiguration16bit);
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sock_sdp.h | 28 static const bluetooth::Uuid UUID_OBEX_OBJECT_PUSH = bluetooth::Uuid::From16Bit(0x1105); 29 static const bluetooth::Uuid UUID_PBAP_PCE = bluetooth::Uuid::From16Bit(0x112E); 30 static const bluetooth::Uuid UUID_PBAP_PSE = bluetooth::Uuid::From16Bit(0x112F); 31 static const bluetooth::Uuid UUID_MAP_MAS = bluetooth::Uuid::From16Bit(0x1132); 32 static const bluetooth::Uuid UUID_SAP = bluetooth::Uuid::From16Bit(0x112D); 33 static const bluetooth::Uuid UUID_SPP = bluetooth::Uuid::From16Bit(0x1101); 34 static const bluetooth::Uuid UUID_DIP = bluetooth::Uuid::From16Bit(0x1200); 35 static const bluetooth::Uuid UUID_MAP_MNS = bluetooth::Uuid::From16Bit(0x1133);
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | types.h | 57 static const Uuid kVolumeControlUuid = Uuid::From16Bit(0x1844); 58 static const Uuid kVolumeControlStateUuid = Uuid::From16Bit(0x2B7D); 59 static const Uuid kVolumeControlPointUuid = Uuid::From16Bit(0x2B7E); 60 static const Uuid kVolumeFlagsUuid = Uuid::From16Bit(0x2B7F); 62 static const Uuid kVolumeOffsetUuid = Uuid::From16Bit(0x1845); 63 static const Uuid kVolumeOffsetStateUuid = Uuid::From16Bit(0x2B80); 64 static const Uuid kVolumeOffsetLocationUuid = Uuid::From16Bit(0x2B81); 65 static const Uuid kVolumeOffsetControlPointUuid = Uuid::From16Bit(0x2B82); 66 static const Uuid kVolumeOffsetOutputDescriptionUuid = Uuid::From16Bit(0x2B83); 68 static const Uuid kVolumeAudioInputUuid = Uuid::From16Bit(0x1843); [all …]
|
D | devices_test.cc | 280 builder.AddDescriptor(0x0012, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 284 builder.AddDescriptor(0x0017, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 289 builder.AddDescriptor(0x0023, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 295 builder.AddDescriptor(0x002a, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 305 builder.AddDescriptor(0x0043, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 311 builder.AddDescriptor(0x004a, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 317 builder.AddDescriptor(0x004f, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 323 builder.AddDescriptor(0x0063, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 334 builder.AddDescriptor(0x0083, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() 338 builder.AddDescriptor(0x0086, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in SetSampleDatabase1() [all …]
|
D | vc_test.cc | 133 builder.AddService(0x0001, 0x0003, Uuid::From16Bit(0x1800), true); in set_sample_database() 134 builder.AddCharacteristic(0x0002, 0x0003, Uuid::From16Bit(0x2a00), GATT_CHAR_PROP_BIT_READ); in set_sample_database() 150 builder.AddDescriptor(0x0022, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 162 builder.AddDescriptor(0x0033, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 169 builder.AddDescriptor(0x003a, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 180 builder.AddDescriptor(0x0053, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 189 builder.AddDescriptor(0x005a, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 195 builder.AddDescriptor(0x005f, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 203 builder.AddDescriptor(0x0073, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() 216 builder.AddDescriptor(0x0083, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_database() [all …]
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 128 builder.AddService(0x0001, 0x0003, Uuid::From16Bit(0x1800), true); in set_sample_cap_included_database() 129 builder.AddCharacteristic(0x0002, 0x0003, Uuid::From16Bit(0x2a00), GATT_CHAR_PROP_BIT_READ); in set_sample_cap_included_database() 131 builder.AddService(0x0005, 0x0009, bluetooth::Uuid::From16Bit(UUID_COMMON_AUDIO_SERVICE), in set_sample_cap_included_database() 139 builder.AddDescriptor(0x0022, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_cap_included_database() 142 builder.AddDescriptor(0x0025, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_cap_included_database() 146 builder.AddDescriptor(0x0028, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_cap_included_database() 153 builder.AddDescriptor(0x0022, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_cap_included_database() 155 builder.AddService(0x0090, 0x0093, Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_cap_included_database() 156 builder.AddCharacteristic(0x0091, 0x0092, Uuid::From16Bit(GATT_UUID_GATT_SRV_CHGD), in set_sample_cap_included_database() 158 builder.AddDescriptor(0x0093, Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG)); in set_sample_cap_included_database() [all …]
|
D | csis_types.h | 44 static const bluetooth::Uuid kCsisServiceUuid = bluetooth::Uuid::From16Bit(0x1846); 45 static const bluetooth::Uuid kCsisSirkUuid = bluetooth::Uuid::From16Bit(0x2B84); 46 static const bluetooth::Uuid kCsisSizeUuid = bluetooth::Uuid::From16Bit(0x2B85); 47 static const bluetooth::Uuid kCsisLockUuid = bluetooth::Uuid::From16Bit(0x2B86); 48 static const bluetooth::Uuid kCsisRankUuid = bluetooth::Uuid::From16Bit(0x2B87);
|
/packages/modules/Bluetooth/system/types/test/bluetooth/ |
D | uuid_unittest.cc | 70 TEST(UuidTest, From16Bit) { in TEST() argument 71 EXPECT_EQ(Uuid::From16Bit(0x0000), kBase); in TEST() 75 Uuid uuid = Uuid::From16Bit(0x0001); in TEST() 80 uuid = Uuid::From16Bit(0x553e); in TEST() 85 uuid = Uuid::From16Bit(0xffff); in TEST()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | uuid_unittest.cc | 77 TEST(UuidTest, From16Bit) { in TEST() argument 78 ASSERT_EQ(Uuid::From16Bit(0x0000), kBase); in TEST() 82 Uuid uuid = Uuid::From16Bit(0x0001); in TEST() 87 uuid = Uuid::From16Bit(0x553e); in TEST() 92 uuid = Uuid::From16Bit(0xffff); in TEST()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc_sdp.cc | 207 uuid_list.push_back(Uuid::From16Bit(tmp_svc)); in bta_dm_sdp_result() 320 uuid = Uuid::From16Bit(bta_service_id_to_uuid_lkup_tbl[0]); in bta_dm_sdp_find_services() 323 uuid = Uuid::From16Bit(UUID_PROTOCOL_L2CAP); in bta_dm_sdp_find_services() 353 if (uuid == Uuid::From16Bit(UUID_PROTOCOL_L2CAP)) { in bta_dm_sdp_find_services() 356 BTA_SdpSearch(sdp_state->bd_addr, Uuid::From16Bit(UUID_SERVCLASS_PBAP_PCE)); in bta_dm_sdp_find_services()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 68 bluetooth::Uuid::From16Bit(UUID_COMMON_AUDIO_SERVICE); 72 bluetooth::Uuid::From16Bit(0x1850); 73 static const bluetooth::Uuid kAudioStreamControlServiceUuid = bluetooth::Uuid::From16Bit(0x184E); 75 static const bluetooth::Uuid kTelephonyMediaAudioServiceUuid = bluetooth::Uuid::From16Bit(0x1855); 77 static const bluetooth::Uuid kGamingAudioServiceUuid = bluetooth::Uuid::From16Bit(0x1858); 81 bluetooth::Uuid::From16Bit(0x2BC9); 83 bluetooth::Uuid::From16Bit(0x2BCB); 85 bluetooth::Uuid::From16Bit(0x2BCA); 87 bluetooth::Uuid::From16Bit(0x2BCC); 91 bluetooth::Uuid::From16Bit(0x2BCD); [all …]
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 39 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE); 40 const Uuid SECONDARY_SERVICE = Uuid::From16Bit(GATT_UUID_SEC_SERVICE); 41 const Uuid INCLUDE = Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE); 42 const Uuid CHARACTERISTIC = Uuid::From16Bit(GATT_UUID_CHAR_DECLARE); 43 const Uuid CHARACTERISTIC_EXTENDED_PROPERTIES = Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP);
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 490 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HF_HANDSFREE); in bta_ag_do_disc() 497 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HF_HANDSFREE); in bta_ag_do_disc() 510 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HEADSET_HS); in bta_ag_do_disc() 512 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HEADSET); in bta_ag_do_disc() 523 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HEADSET_HS); in bta_ag_do_disc() 526 uuid_list[0] = Uuid::From16Bit(UUID_SERVCLASS_HEADSET); in bta_ag_do_disc()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 276 param.service.uuid = Uuid::From16Bit(uuid); in send_cl_read_request() 448 Uuid svc_uuid = Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER); in gap_attr_db_init() 449 Uuid name_uuid = Uuid::From16Bit(GATT_UUID_GAP_DEVICE_NAME); in gap_attr_db_init() 450 Uuid icon_uuid = Uuid::From16Bit(GATT_UUID_GAP_ICON); in gap_attr_db_init() 451 Uuid addr_res_uuid = Uuid::From16Bit(GATT_UUID_GAP_CENTRAL_ADDR_RESOL); in gap_attr_db_init() 471 {.uuid = Uuid::From16Bit(GATT_UUID_GAP_PREF_CONN_PARAM), in gap_attr_db_init()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | gatt_fuzzer.cc | 190 Uuid svc_uuid = Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER); in ServerInit() 191 Uuid name_uuid = Uuid::From16Bit(GATT_UUID_GAP_DEVICE_NAME); in ServerInit() 192 Uuid icon_uuid = Uuid::From16Bit(GATT_UUID_GAP_ICON); in ServerInit() 193 Uuid addr_res_uuid = Uuid::From16Bit(GATT_UUID_GAP_CENTRAL_ADDR_RESOL); in ServerInit()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_types.h | 75 static const bluetooth::Uuid kUuidHearingAccessService = bluetooth::Uuid::From16Bit(0x1854); 76 static const bluetooth::Uuid kUuidHearingAidFeatures = bluetooth::Uuid::From16Bit(0x2BDA); 77 static const bluetooth::Uuid kUuidHearingAidPresetControlPoint = bluetooth::Uuid::From16Bit(0x2BDB); 78 static const bluetooth::Uuid kUuidActivePresetIndex = bluetooth::Uuid::From16Bit(0x2BDC);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_sdp.cpp | 36 static const Uuid UUID_OBEX_OBJECT_PUSH = Uuid::From16Bit(0x1105); 37 static const Uuid UUID_PBAP_PSE = Uuid::From16Bit(0x112F); 38 static const Uuid UUID_MAP_MAS = Uuid::From16Bit(0x1132); 39 static const Uuid UUID_MAP_MNS = Uuid::From16Bit(0x1133); 40 static const Uuid UUID_SAP = Uuid::From16Bit(0x112D); 41 static const Uuid UUID_DIP = Uuid::From16Bit(0x1200);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 642 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AG_HANDSFREE); in btif_storage_get_adapter_property() 649 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_HEADSET_AUDIO_GATEWAY); in btif_storage_get_adapter_property() 653 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AUDIO_SOURCE); in btif_storage_get_adapter_property() 657 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AUDIO_SINK); in btif_storage_get_adapter_property() 661 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_PBAP_PSE); in btif_storage_get_adapter_property() 665 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_HF_HANDSFREE); in btif_storage_get_adapter_property() 669 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_MESSAGE_ACCESS); in btif_storage_get_adapter_property() 673 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_MESSAGE_NOTIFICATION); in btif_storage_get_adapter_property() 677 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_PBAP_PCE); in btif_storage_get_adapter_property()
|