hci.h (a00031e2154472f85be4622e7cee39f9589ab933) | hci.h (fb8ba0dbcd59b0f55263e5be12c95aa6e35ceca0) |
---|---|
1/* 2 * Copyright (C) 2009-2012 by Matthias Ringwald 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 --- 223 unchanged lines hidden (view full) --- 232 SENT_DISCONNECT 233} CONNECTION_STATE; 234 235typedef enum { 236 BONDING_REQUEST_REMOTE_FEATURES = 0x01, 237 BONDING_RECEIVED_REMOTE_FEATURES = 0x02, 238 BONDING_REMOTE_SUPPORTS_SSP = 0x04, 239 BONDING_DISCONNECT_SECURITY_BLOCK = 0x08, | 1/* 2 * Copyright (C) 2009-2012 by Matthias Ringwald 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 --- 223 unchanged lines hidden (view full) --- 232 SENT_DISCONNECT 233} CONNECTION_STATE; 234 235typedef enum { 236 BONDING_REQUEST_REMOTE_FEATURES = 0x01, 237 BONDING_RECEIVED_REMOTE_FEATURES = 0x02, 238 BONDING_REMOTE_SUPPORTS_SSP = 0x04, 239 BONDING_DISCONNECT_SECURITY_BLOCK = 0x08, |
240 BONDING_REQUESTED = 0x10, 241 BONDING_SEND_AUTHENTICATE_REQUEST = 0x20, 242 BONDING_SEND_ENCRYPTION_REQUEST = 0x40, | 240 BONDING_SEND_AUTHENTICATE_REQUEST = 0x10, 241 BONDING_SEND_ENCRYPTION_REQUEST = 0x20, |
243} bonding_flags_t; 244 245typedef enum { 246 BLUETOOTH_OFF = 1, 247 BLUETOOTH_ON, 248 BLUETOOTH_ACTIVE 249} BLUETOOTH_STATE; 250 --- 206 unchanged lines hidden --- | 242} bonding_flags_t; 243 244typedef enum { 245 BLUETOOTH_OFF = 1, 246 BLUETOOTH_ON, 247 BLUETOOTH_ACTIVE 248} BLUETOOTH_STATE; 249 --- 206 unchanged lines hidden --- |