Bluetooth: Add PPCP UUID declaration
When the BLE GAP service needs to declare the preferred connection parameters. Change-Id: Iff8a6f68f2dfe478c44dcc5a3e95abda271ecc00 Signed-off-by: Louis Caron <louis.caron@intel.com>
This commit is contained in:
parent
10866023d1
commit
45804e6ccb
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@
|
|||
* @brief GAP Characteristic Appearance
|
||||
*/
|
||||
#define BT_UUID_GAP_APPEARANCE BT_UUID_DECLARE_16(0x2a01)
|
||||
/** @def BT_UUID_GAP_PPCP
|
||||
* @brief GAP Characteristic Peripheral Preferred Connection Parameters
|
||||
*/
|
||||
#define BT_UUID_GAP_PPCP BT_UUID_DECLARE_16(0x2a04)
|
||||
/** @def BT_UUID_BAS_BATTERY_LEVEL
|
||||
* @brief BAS Characteristic Battery Level
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue