Skip to content

Commit 3808db9

Browse files
require pal event handler to be complete
1 parent de60b2a commit 3808db9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

features/FEATURE_BLE/ble/pal/PalGattClient.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ class GattClient {
7171
virtual void on_att_mtu_change(
7272
ble::connection_handle_t connection_handle,
7373
uint16_t att_mtu_size
74-
)
75-
{
76-
}
74+
) = 0;
7775
};
7876

7977
/**

0 commit comments

Comments
 (0)