Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_int.h119 SMP_SELF_DEF_EVT = (SMP_PAIR_COMMITM_EVT + 1), // 0x10 enumerator
120 SMP_KEY_READY_EVT = (SMP_SELF_DEF_EVT), // 0x04
121 SMP_ENCRYPTED_EVT = (SMP_SELF_DEF_EVT + 1), // 0x05
122 SMP_L2CAP_CONN_EVT = (SMP_SELF_DEF_EVT + 2), // 0x06
123 SMP_L2CAP_DISCONN_EVT = (SMP_SELF_DEF_EVT + 3), // 0x07
124 SMP_IO_RSP_EVT = (SMP_SELF_DEF_EVT + 4), // 0x08
125 SMP_API_SEC_GRANT_EVT = (SMP_SELF_DEF_EVT + 5), // 0x09
126 SMP_TK_REQ_EVT = (SMP_SELF_DEF_EVT + 6), // 0x0a
127 SMP_AUTH_CMPL_EVT = (SMP_SELF_DEF_EVT + 7), // 0x0b
128 SMP_ENC_REQ_EVT = (SMP_SELF_DEF_EVT + 8), // 0x0c
[all …]