bluetooth.h (8aee7be2bb0c8b43bca4bd821fe34961b31db7aa) | bluetooth.h (c33e56d3e01b1b1e94606efef5e1a616eb44f207) |
---|---|
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 --- 281 unchanged lines hidden (view full) --- 290#define HCI_ACL_2DH5_SIZE 679 291#define HCI_ACL_3DH5_SIZE 1021 292 293#define HCI_EVENT_PAYLOAD_SIZE 255 294#define HCI_CMD_PAYLOAD_SIZE 255 295 296#define LE_ADVERTISING_DATA_SIZE 31 297 | 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 --- 281 unchanged lines hidden (view full) --- 290#define HCI_ACL_2DH5_SIZE 679 291#define HCI_ACL_3DH5_SIZE 1021 292 293#define HCI_EVENT_PAYLOAD_SIZE 255 294#define HCI_CMD_PAYLOAD_SIZE 255 295 296#define LE_ADVERTISING_DATA_SIZE 31 297 |
298// Link Policy Settings 299#define LM_LINK_POLICY_DISABLE_ALL_LM_MODES 0 300#define LM_LINK_POLICY_ENABLE_ROLE_SWITCH 1 301#define LM_LINK_POLICY_ENABLE_HOLD_MODE 2 302#define LM_LINK_POLICY_ENABLE_SNIFF_MODE 3 303 |
|
298/** 299 * Default INQ Mode 300 */ 301#define GAP_IAC_GENERAL_INQUIRY 0x9E8B33L // General/Unlimited Inquiry Access Code (GIAC) 302#define GAP_IAC_LIMITED_INQUIRY 0x9E8B00L // Limited Dedicated Inquiry Access Code (LIAC) 303 304/** 305 * SSP IO Capabilities --- 932 unchanged lines hidden --- | 304/** 305 * Default INQ Mode 306 */ 307#define GAP_IAC_GENERAL_INQUIRY 0x9E8B33L // General/Unlimited Inquiry Access Code (GIAC) 308#define GAP_IAC_LIMITED_INQUIRY 0x9E8B00L // Limited Dedicated Inquiry Access Code (LIAC) 309 310/** 311 * SSP IO Capabilities --- 932 unchanged lines hidden --- |