Home
last modified time | relevance | path

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

/system/bt/gd/btaa/linux_generic/
Dhci_processor.cc45 auto le_event_info = lookup_le_event(subevent_code); in process_le_event() local
47 if (le_event_info.activity != Activity::UNKNOWN) { in process_le_event()
49 if (le_event_info.connection_handle_pos) { in process_le_event()
50 auto connection_handle_it = event.begin() + le_event_info.connection_handle_pos; in process_le_event()
53 if (le_event_info.address_pos) { in process_le_event()
54 auto address_value_it = event.begin() + le_event_info.address_pos; in process_le_event()
58 btaa_hci_packets.push_back(BtaaHciPacket(le_event_info.activity, address_value, byte_count)); in process_le_event()