Searched refs:connection_handle_it (Results 1 – 1 of 1) sorted by relevance
50 auto connection_handle_it = event.begin() + le_event_info.connection_handle_pos; in process_le_event() local51 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() local131 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() local161 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_event()