hci.h (e2386ba1d0dabec50ec50faed7190ae81d13e0e3) | hci.h (a45d6b9ff9eb41c47113e31e1570900eb65b2a5c) |
---|---|
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 --- 256 unchanged lines hidden (view full) --- 265 // transport component with configuration 266 hci_transport_t * hci_transport; 267 void * config; 268 269 // bsic configuration 270 char * local_name; 271 uint32_t class_of_device; 272 bd_addr_t local_bd_addr; | 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 --- 256 unchanged lines hidden (view full) --- 265 // transport component with configuration 266 hci_transport_t * hci_transport; 267 void * config; 268 269 // bsic configuration 270 char * local_name; 271 uint32_t class_of_device; 272 bd_addr_t local_bd_addr; |
273 uint8_t ssp_enable; 274 uint8_t ssp_io_capability; 275 uint8_t ssp_authentication_requirement; |
|
273 274 // hardware power controller 275 bt_control_t * control; 276 277 // list of existing baseband connections 278 linked_list_t connections; 279 280 // single buffer for HCI Command assembly --- 105 unchanged lines hidden --- | 276 277 // hardware power controller 278 bt_control_t * control; 279 280 // list of existing baseband connections 281 linked_list_t connections; 282 283 // single buffer for HCI Command assembly --- 105 unchanged lines hidden --- |