Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h125 SMP_OOB_NONE, enumerator
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c123 cb_data.io_req.oob_data = SMP_OOB_NONE; in smp_send_app_cback()
143 cb_data.io_req.oob_data = SMP_OOB_NONE; in smp_send_app_cback()
Dsmp_utils.c1132 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1779 if ((p_data->io_cap == BTM_IO_CAP_NONE) && p_data->oob_data == SMP_OOB_NONE) { in btm_ble_io_capabilities_req()