Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dle_advertising_manager.cc48 struct Advertiser { struct
49 os::Handler* handler;
50 AddressWithType current_address;
51 common::Callback<void(Address, AddressType)> scan_callback;
52 common::Callback<void(ErrorCode, uint8_t, uint8_t)> set_terminated_callback;
53 int8_t tx_power;
54 uint16_t duration;
55 uint8_t max_extended_advertising_events;
56 bool started = false;
57 bool connectable = false;
[all …]