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