mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 19:01:06 +00:00
test/gap: expect ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER when removing non-existing entry from whitelist
This commit is contained in:
parent
334e35ac6f
commit
e406aa8dcd
@ -156,7 +156,7 @@ TEST(HCI, gap_whitelist_add_remove){
|
||||
CHECK_EQUAL(ERROR_CODE_SUCCESS, status);
|
||||
|
||||
status = gap_whitelist_remove(addr_type, addr);
|
||||
CHECK_EQUAL(ERROR_CODE_SUCCESS, status);
|
||||
CHECK_EQUAL(ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER, status);
|
||||
|
||||
status = gap_whitelist_remove(BD_ADDR_TYPE_SCO, addr);
|
||||
CHECK_EQUAL(ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER, status);
|
||||
|
Loading…
Reference in New Issue
Block a user