Home
last modified time | relevance | path

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

/system/bt/gd/btaa/linux_generic/
Dhci_processor.cc50 auto connection_handle_it = event.begin() + le_event_info.connection_handle_pos; in process_le_event() local
51 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_le_event()
130 auto connection_handle_it = command.begin() + cmd_info.connection_handle_pos; in process_command() local
131 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_command()
160 auto connection_handle_it = event.begin() + event_info.connection_handle_pos; in process_event() local
161 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_event()