Lines Matching refs:EventCode
62 bool register_event_code(bluetooth::hci::EventCode event_code) { in register_event_code()
65 case bluetooth::hci::EventCode::SYNCHRONOUS_CONNECTION_COMPLETE: in register_event_code()
66 case bluetooth::hci::EventCode::SYNCHRONOUS_CONNECTION_CHANGED: in register_event_code()
69 case bluetooth::hci::EventCode::ENCRYPTION_CHANGE: in register_event_code()
70 case bluetooth::hci::EventCode::PIN_CODE_REQUEST: in register_event_code()
71 case bluetooth::hci::EventCode::LINK_KEY_REQUEST: in register_event_code()
72 case bluetooth::hci::EventCode::LINK_KEY_NOTIFICATION: in register_event_code()
73 case bluetooth::hci::EventCode::ENCRYPTION_KEY_REFRESH_COMPLETE: in register_event_code()
74 case bluetooth::hci::EventCode::IO_CAPABILITY_REQUEST: in register_event_code()
75 case bluetooth::hci::EventCode::IO_CAPABILITY_RESPONSE: in register_event_code()
76 case bluetooth::hci::EventCode::REMOTE_OOB_DATA_REQUEST: in register_event_code()
77 case bluetooth::hci::EventCode::SIMPLE_PAIRING_COMPLETE: in register_event_code()
78 case bluetooth::hci::EventCode::USER_PASSKEY_NOTIFICATION: in register_event_code()
79 case bluetooth::hci::EventCode::USER_CONFIRMATION_REQUEST: in register_event_code()
80 case bluetooth::hci::EventCode::USER_PASSKEY_REQUEST: in register_event_code()
243 static void register_event(bluetooth::hci::EventCode event_code) { in register_event()
376 auto event_code = static_cast<bluetooth::hci::EventCode>(event_code_raw); in hci_on_reset_complete()