Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h56 SMP_CONSENT_REQ_EVT, /* Consent request event */ enumerator
77 CASE_RETURN_TEXT(SMP_CONSENT_REQ_EVT); in smp_evt_to_text()
Dbtm_sec_api_types.h424 BTM_LE_CONSENT_REQ_EVT = SMP_CONSENT_REQ_EVT,
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc171 case SMP_CONSENT_REQ_EVT: { in smp_callback()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc206 if (smp_cb.cb_evt == SMP_CONSENT_REQ_EVT) { in SMP_SecurityGrant()
Dsmp_act.cc1418 p_cb->cb_evt = SMP_CONSENT_REQ_EVT; in smp_decide_association_model()
1809 p_cb->cb_evt = SMP_CONSENT_REQ_EVT; in smp_process_peer_nonce()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1585 case SMP_CONSENT_REQ_EVT: in btm_proc_smp_cback()
1593 if (event != SMP_CONSENT_REQ_EVT) { in btm_proc_smp_cback()