mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
test/gap: drop double reserve packet buffer (it asserts now)
This commit is contained in:
parent
5daaa52e38
commit
e44d8d3690
@ -293,11 +293,6 @@ TEST(HCI, Flushable){
|
||||
hci_non_flushable_packet_boundary_flag_supported();
|
||||
}
|
||||
|
||||
TEST(HCI, DoubleReserve){
|
||||
CHECK_TRUE(hci_reserve_packet_buffer());
|
||||
CHECK_FALSE(hci_reserve_packet_buffer());
|
||||
}
|
||||
|
||||
TEST(HCI, RemovePacketHandler){
|
||||
hci_remove_event_handler(NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user