Searched refs:BT_ATT_ERR_AUTHENTICATION (Results 1 – 5 of 5) sorted by relevance
42 #define BT_ATT_ERR_AUTHENTICATION 0x05 macro
378 gatt_write(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()379 gatt_read(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()380 gatt_write(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()381 gatt_read(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
90 return BT_ATT_ERR_AUTHENTICATION; in bt_audio_security_check()
2412 case BT_ATT_ERR_AUTHENTICATION: in att_change_security()3154 return BT_ATT_ERR_AUTHENTICATION; in att_req_retry()3199 BT_ATT_ERR_AUTHENTICATION); in bt_att_encrypt_change()
3123 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()3129 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()3137 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()3141 return BT_ATT_ERR_AUTHENTICATION; in bt_gatt_check_perm()3261 if (err == BT_ATT_ERR_AUTHENTICATION) { in update_ccc()