Searched refs:ADVERTISE (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/include/hardware/ |
H A D | bt_activity_attribution.h | 32 ADVERTISE, enumerator
|
/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | cmd_evt_classification.cc | 281 … classification = {.activity = Activity::ADVERTISE, .connection_handle_pos = 0, .address_pos = 0}; in lookup_cmd() 305 … classification = {.activity = Activity::ADVERTISE, .connection_handle_pos = 0, .address_pos = 15}; in lookup_cmd() 434 … classification = {.activity = Activity::ADVERTISE, .connection_handle_pos = 0, .address_pos = 0}; in lookup_le_event() 449 … classification = {.activity = Activity::ADVERTISE, .connection_handle_pos = 0, .address_pos = 5}; in lookup_le_event()
|
H A D | attribution_processor.cc | 168 CASE_RETURN_TEXT(Activity::ADVERTISE); in ActivityToString()
|
/aosp12/system/bt/gd/btaa/ |
H A D | activity_attribution.h | 26 enum class Activity : uint8_t { UNKNOWN = 0, ACL, ADVERTISE, CONNECT, CONTROL, HFP, ISO, SCAN, VEND… enumerator
|