Home
last modified time | relevance | path

Searched defs:scan_resp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dble_advertiser_test.cc444 std::vector<uint8_t> scan_resp; in StartAdvertisingSetWithSpecificAddressType() local
539 std::vector<uint8_t> scan_resp; in TEST_F() local
704 std::vector<uint8_t> scan_resp; in TEST_F() local
819 std::vector<uint8_t> scan_resp; in TEST_F() local
980 std::vector<uint8_t> scan_resp; in TEST_F() local
1090 std::vector<uint8_t> scan_resp; in TEST_F() local
Dad_parser_unittest.cc165 std::vector<uint8_t> scan_resp{0x03, 0x19, 0x00, 0x80, 0x09, 0x09, 0x50, 0x6f, in TEST() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2182 jbyteArray scan_resp, in startAdvertisingSetNative()