Lines Matching refs:EventCode
259 …if (event_code != hci::EventCode::LINK_KEY_REQUEST && event_code != hci::EventCode::PIN_CODE_REQUE… in HandleEvent()
260 event_code != hci::EventCode::IO_CAPABILITY_RESPONSE) { in HandleEvent()
286 const hci::EventCode code = event.GetEventCode(); in OnHciEventReceived()
288 case hci::EventCode::PIN_CODE_REQUEST: in OnHciEventReceived()
291 case hci::EventCode::LINK_KEY_REQUEST: in OnHciEventReceived()
294 case hci::EventCode::LINK_KEY_NOTIFICATION: in OnHciEventReceived()
297 case hci::EventCode::IO_CAPABILITY_REQUEST: in OnHciEventReceived()
300 case hci::EventCode::IO_CAPABILITY_RESPONSE: in OnHciEventReceived()
303 case hci::EventCode::SIMPLE_PAIRING_COMPLETE: in OnHciEventReceived()
306 case hci::EventCode::REMOTE_OOB_DATA_REQUEST: in OnHciEventReceived()
309 case hci::EventCode::USER_PASSKEY_NOTIFICATION: in OnHciEventReceived()
312 case hci::EventCode::KEYPRESS_NOTIFICATION: in OnHciEventReceived()
315 case hci::EventCode::USER_CONFIRMATION_REQUEST: in OnHciEventReceived()
318 case hci::EventCode::USER_PASSKEY_REQUEST: in OnHciEventReceived()
321 case hci::EventCode::REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION: in OnHciEventReceived()
325 case hci::EventCode::ENCRYPTION_CHANGE: { in OnHciEventReceived()