Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
Dhci_processor.cc36 uint16_t connection_handle_value = 0; in process_le_event() local
51 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_le_event()
57 device_parser_.match_handle_with_address(connection_handle_value, address_value); in process_le_event()
124 uint16_t connection_handle_value = 0; in process_command() local
131 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_command()
137 device_parser_.match_handle_with_address(connection_handle_value, address_value); in process_command()
152 uint16_t connection_handle_value = 0; in process_event() local
161 connection_handle_value = connection_handle_it.extract<uint16_t>(); in process_event()
167 device_parser_.match_handle_with_address(connection_handle_value, address_value); in process_event()
211 uint16_t connection_handle_value = connection_handle.extract<uint16_t>() & 0xfff; in process_acl() local
[all …]