Searched refs:BT_ATT_ERR_AUTHENTICATION (Results 1 – 5 of 5) sorted by relevance
42 #define BT_ATT_ERR_AUTHENTICATION 0x05 macro
403 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()
194 return BT_ATT_ERR_AUTHENTICATION; in bt_audio_security_check()
202 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()
3218 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()