Home
last modified time | relevance | path

Searched defs:PairingEvent (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/security/
Dpairing_handler_le.h77 PairingEvent(TYPE type) : type(type) {} in PairingEvent() function
78 PairingEvent(CommandView l2cap_packet) : type(L2CAP), l2cap_packet(l2cap_packet) {} in PairingEvent() function
79PairingEvent(UI_ACTION_TYPE ui_action, uint32_t ui_value) : type(UI), ui_action(ui_action), ui_val… in PairingEvent() function
80 PairingEvent(hci::EventView hci_event) : type(HCI_EVENT), hci_event(hci_event) {} in PairingEvent() function