Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c183 …if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_NOSEC_CTRL, BTM_SEC_NONE, HID_PSM_CONTRO… in HID_DevSetSecurityLevel()
188 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_NOSEC_CTRL, BTM_SEC_NONE, HID_PSM_CONTROL, in HID_DevSetSecurityLevel()
193 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_INTR, BTM_SEC_NONE, HID_PSM_INTERRUPT, BT… in HID_DevSetSecurityLevel()
198 …if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_INTR, BTM_SEC_NONE, HID_PSM_INTERRUPT, B… in HID_DevSetSecurityLevel()
Dhidh_api.c580 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) { in HID_HostSetSecurityLevel()
586 BTM_SEC_NONE, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_NOSEC_CHN)) { in HID_HostSetSecurityLevel()
592 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_HostSetSecurityLevel()
598 BTM_SEC_NONE, HID_PSM_INTERRUPT, BTM_SEC_PROTO_HID, 0)) { in HID_HostSetSecurityLevel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c123 BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_AVDTP_NOSEC, BTM_SEC_NONE, in AVDT_Register()
125 BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_AVDTP_NOSEC, BTM_SEC_NONE, in AVDT_Register()
130 BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_AVDTP_NOSEC, BTM_SEC_NONE, in AVDT_Register()
132 BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_AVDTP_NOSEC, BTM_SEC_NONE, in AVDT_Register()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c141 BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_ATT, BTM_SEC_NONE, BT_PSM_ATT, 0, 0); in gatt_init()
142 BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_ATT, BTM_SEC_NONE, BT_PSM_ATT, 0, 0); in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1577 #define SDP_SECURITY_LEVEL BTM_SEC_NONE
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c875 p_dev_rec->security_required = BTM_SEC_NONE; in BTM_PINCodeReply()
2717 p_dev_rec->security_required = BTM_SEC_NONE; in btm_sec_bond_cancel_complete()
2880 BTM_SEC_NONE, BT_PSM_RFCOMM, BTM_SEC_PROTO_RFCOMM, 0); in btm_sec_dev_reset()
4650 p_dev_rec->security_required = BTM_SEC_NONE; in btm_sec_disconnected()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h169 #define BTA_SEC_NONE BTM_SEC_NONE /* No security…
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1196 #define BTM_SEC_NONE 0x0000 /* Nothing required */ macro