You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Formatting of advertisement data is as per Bluetooth Core Specification.
219
-
// TODO: Include ble spec reference
220
216
// Maximum advertisement data length for this method is 28 bytes. Server reserves 3 bytes for flags data with the flag bits 'LE General Discoverable Mode' and 'BR/EDR Not Supported' enabled.
221
217
// Server will not check validity of the advertisement data and only maximum length of each field will be passed to BLE stack
222
218
// If not set by this method, server will have aa advertisement data only flags field.
// Formatting of scan response data is as per Bluetooth Core Specification.
227
-
// TODO: Include ble spec reference
228
223
// Maximum scan response length for this method is 13 bytes. Server reserves 18 bytes for streaming service uuids. Scan Response is only possible with scannable advertisements
229
224
// Server will not check validity of the scan response data and only maximum length of each field will be passed to BLE stack
230
225
// If not set by this method, server will have as scan response data only service uuids.
0 commit comments