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.c403 gatt_write(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
404 gatt_read(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
405 gatt_write(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
406 gatt_read(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c194 return BT_ATT_ERR_AUTHENTICATION; in bt_audio_security_check()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c202 ATT_ERR(BT_ATT_ERR_AUTHENTICATION), in bt_att_err_to_str()
2528 case BT_ATT_ERR_AUTHENTICATION: in att_change_security()
3275 return BT_ATT_ERR_AUTHENTICATION; in att_req_retry()
3320 BT_ATT_ERR_AUTHENTICATION); in bt_att_encrypt_change()
Dgatt.c3218 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3224 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3232 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3236 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()
3355 if (err == BT_ATT_ERR_AUTHENTICATION) { in update_ccc()