Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h56 #define BT_ATT_ERR_ENCRYPTION_KEY_SIZE 0x0c macro
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c197 return BT_ATT_ERR_ENCRYPTION_KEY_SIZE; in bt_audio_security_check()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c366 return BT_GATT_ERR(BT_ATT_ERR_ENCRYPTION_KEY_SIZE); in read_value()
398 return BT_GATT_ERR(BT_ATT_ERR_ENCRYPTION_KEY_SIZE); in write_value()
2320 rp->att_response = BT_ATT_ERR_ENCRYPTION_KEY_SIZE; in get_attr_val_rp()
2323 rp->att_response = BT_ATT_ERR_ENCRYPTION_KEY_SIZE; in get_attr_val_rp()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c207 ATT_ERR(BT_ATT_ERR_ENCRYPTION_KEY_SIZE), in bt_att_err_to_str()