Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h66 #define BT_ATT_ERR_INSUFFICIENT_ENCRYPTION 0x0f macro
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c468 zassert_str_equal(bt_att_err_to_str(BT_ATT_ERR_INSUFFICIENT_ENCRYPTION), in ZTEST()
489 zassert_str_equal(bt_gatt_err_to_str(BT_GATT_ERR(BT_ATT_ERR_INSUFFICIENT_ENCRYPTION)), in ZTEST()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c963 return BT_ATT_ERR_INSUFFICIENT_ENCRYPTION; in parse_sirk()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c210 ATT_ERR(BT_ATT_ERR_INSUFFICIENT_ENCRYPTION), in bt_att_err_to_str()
2486 case BT_ATT_ERR_INSUFFICIENT_ENCRYPTION: in att_change_security()
Dgatt.c3199 return BT_ATT_ERR_INSUFFICIENT_ENCRYPTION; in bt_gatt_check_perm()