Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc61 const bt_service_record_t kServiceRecord{ variable
190 properties.push_back(ServiceRecord::Create(kServiceRecord)); in fill_property()
315 ASSERT_EQ(kServiceRecord.uuid, ((bt_service_record_t*)property.val)->uuid); in verify_property()
316 ASSERT_EQ(kServiceRecord.channel, ((bt_service_record_t*)property.val)->channel); in verify_property()
317 ASSERT_STREQ(kServiceRecord.name, ((bt_service_record_t*)property.val)->name); in verify_property()
579 .len = (int)sizeof(kServiceRecord), in TEST_F()
580 .val = (void*)&kServiceRecord, in TEST_F()