Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h42 #define BT_ATT_ERR_AUTHENTICATION 0x05 macro
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c380 gatt_write(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
381 gatt_read(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
382 gatt_write(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
383 gatt_read(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c193 return BT_ATT_ERR_AUTHENTICATION; in bt_audio_security_check()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c200 ATT_ERR(BT_ATT_ERR_AUTHENTICATION), in bt_att_err_to_str()
2492 case BT_ATT_ERR_AUTHENTICATION: in att_change_security()
3245 return BT_ATT_ERR_AUTHENTICATION; in att_req_retry()
3290 BT_ATT_ERR_AUTHENTICATION); in bt_att_encrypt_change()
Dgatt.c3201 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3207 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3215 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3219 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3338 if (err == BT_ATT_ERR_AUTHENTICATION) { in update_ccc()