Home
last modified time | relevance | path

Searched defs:adv_data (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc207 std::vector<uint8_t> adv_data; in UpdatePublicBroadcastAnnouncement() local
366 std::vector<uint8_t> adv_data; in CreateBroadcastAnnouncement() local
Dbroadcaster_types.cc188 std::vector<uint8_t>& adv_data) { in PrepareAdvertisingData()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc108 std::vector<hci::LengthAndData> adv_data{}; in make_advertising_report() local
751 std::vector<LengthAndData> adv_data{}; in TEST_F() local
890 std::vector<LengthAndData> adv_data{}; in TEST_F() local
Dle_scanning_manager.cc1579 auto adv_data = info_view.GetAdvPacket(); in on_advertisement_tracking() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc149 uint16_t periodic_adv_int, std::vector<uint8_t> adv_data) { in OnScanResult()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h114 tBTM_BLE_LOCAL_ADV_DATA adv_data; member
Dbtm_ble_gap.cc1780 std::vector<uint8_t> const& adv_data) { in btm_ble_is_discoverable()
2014 std::vector<uint8_t> const& adv_data = is_start ? cache.Set(addr_type, bda, std::move(tmp)) in btm_ble_process_adv_pkt_cont() local
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py428 def make_dbus_advertise_data(self, adv_data): argument
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc539 auto adv_data = on_found_on_lost_info.adv_packet; in OnTrackAdvFoundLost() local
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs366 adv_data: Vec<u8>, field
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp972 uint16_t periodic_adv_int, std::vector<uint8_t> adv_data) { in OnScanResult()
2422 jbyteArray adv_data, jbyteArray scan_resp, in startAdvertisingSetNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1236 pub adv_data: Vec<u8>, field
4071 let adv_data = in on_track_adv_found_lost() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs567 adv_data: Vec<u8>, field