bluetooth.h (a29d7266557fac85e6ca42592308a1228f251e1d) | bluetooth.h (d821984b1fab162518a40694abf09b245c441031) |
---|---|
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 --- 124 unchanged lines hidden (view full) --- 133 * @brief Inquiry Scan Types 134 */ 135typedef enum { 136 INQUIRY_SCAN_MODE_STANDARD = 0, 137 INQUIRY_SCAN_MODE_INTERLACED, 138} inquiry_scan_type_t; 139 140/** | 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 --- 124 unchanged lines hidden (view full) --- 133 * @brief Inquiry Scan Types 134 */ 135typedef enum { 136 INQUIRY_SCAN_MODE_STANDARD = 0, 137 INQUIRY_SCAN_MODE_INTERLACED, 138} inquiry_scan_type_t; 139 140/** |
141 * Link Supervision Timeout Default, 0x7d00 * 0.625ms = 20s 142 */ 143#define HCI_LINK_SUPERVISION_TIMEOUT_DEFAULT 0x7D00 144 145/** |
|
141 * HCI Transport 142 */ 143 144/** 145 * packet types - used in BTstack and over the H4 UART interface 146 */ 147#define HCI_COMMAND_DATA_PACKET 0x01 148#define HCI_ACL_DATA_PACKET 0x02 --- 627 unchanged lines hidden --- | 146 * HCI Transport 147 */ 148 149/** 150 * packet types - used in BTstack and over the H4 UART interface 151 */ 152#define HCI_COMMAND_DATA_PACKET 0x01 153#define HCI_ACL_DATA_PACKET 0x02 --- 627 unchanged lines hidden --- |