bluetooth.h (b8e9d0d516361ee3e897f209318edcf8c7a397fe) bluetooth.h (43ce0351828e368713693d4c8e52ec0ac2d84fb8)
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 389 unchanged lines hidden (view full) ---

398#define HCI_SCO_EV4_SIZE 120
399#define HCI_SCO_EV5_SIZE 180
400#define HCI_SCO_2EV3_SIZE 60
401#define HCI_SCO_2EV5_SIZE 360
402#define HCI_SCO_3EV3_SIZE 90
403#define HCI_SCO_3EV5_SIZE 540
404
405#define LE_ADVERTISING_DATA_SIZE 31
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 389 unchanged lines hidden (view full) ---

398#define HCI_SCO_EV4_SIZE 120
399#define HCI_SCO_EV5_SIZE 180
400#define HCI_SCO_2EV3_SIZE 60
401#define HCI_SCO_2EV5_SIZE 360
402#define HCI_SCO_3EV3_SIZE 90
403#define HCI_SCO_3EV5_SIZE 540
404
405#define LE_ADVERTISING_DATA_SIZE 31
406#define LE_EXTENDED_ADVERTISING_DATA_SIZE 229
406#define LE_EXTENDED_ADVERTISING_MAX_HANDLE 0xEFu
407#define LE_EXTENDED_ADVERTISING_MAX_CHUNK_LEN 251
408
409// advertising event properties for extended advertising
410#define LE_ADVERTISING_PROPERTIES_CONNECTABLE (1u<<0)
411#define LE_ADVERTISING_PROPERTIES_SCANNABLE (1u<<1)
412#define LE_ADVERTISING_PROPERTIES_DIRECTED (1u<<2)
413#define LE_ADVERTISING_PROPERTIES_HIGH_DUTY_CYCLE (1u<<3)

--- 508 unchanged lines hidden ---
407#define LE_EXTENDED_ADVERTISING_MAX_HANDLE 0xEFu
408#define LE_EXTENDED_ADVERTISING_MAX_CHUNK_LEN 251
409
410// advertising event properties for extended advertising
411#define LE_ADVERTISING_PROPERTIES_CONNECTABLE (1u<<0)
412#define LE_ADVERTISING_PROPERTIES_SCANNABLE (1u<<1)
413#define LE_ADVERTISING_PROPERTIES_DIRECTED (1u<<2)
414#define LE_ADVERTISING_PROPERTIES_HIGH_DUTY_CYCLE (1u<<3)

--- 508 unchanged lines hidden ---