Searched refs:BTM_SEC_NONE (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 183 …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()
|
D | hidh_api.c | 580 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/ |
D | avdt_api.c | 123 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/ |
D | gatt_main.c | 141 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/ |
D | bt_target.h | 1577 #define SDP_SECURITY_LEVEL BTM_SEC_NONE
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 875 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/ |
D | bta_api.h | 169 #define BTA_SEC_NONE BTM_SEC_NONE /* No security…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1196 #define BTM_SEC_NONE 0x0000 /* Nothing required */ macro
|