hci.h (ba0187464ad585f17fda34958de1434f85f072fe) | hci.h (76ccfb2aa2bc03b4a7f429e15246c8f49d04aaf8) |
---|---|
1/* 2 * Copyright (C) 2014 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 --- 491 unchanged lines hidden (view full) --- 500 501 // requested security level 502 gap_security_level_t requested_security_level; 503 504 // 505 link_key_type_t link_key_type; 506 507 // remote supported features | 1/* 2 * Copyright (C) 2014 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 --- 491 unchanged lines hidden (view full) --- 500 501 // requested security level 502 gap_security_level_t requested_security_level; 503 504 // 505 link_key_type_t link_key_type; 506 507 // remote supported features |
508 uint8_t remote_supported_feature_eSCO; | 508 /* bit 0 - eSCO */ 509 uint8_t remote_supported_features[0]; |
509 510#ifdef ENABLE_CLASSIC 511 // connection mode, default ACL_CONNECTION_MODE_ACTIVE 512 uint8_t connection_mode; 513 514 // enter/exit sniff mode requests 515 uint16_t sniff_min_interval; // 0: idle, 0xffff exit sniff, else enter sniff 516 uint16_t sniff_max_interval; --- 764 unchanged lines hidden --- | 510 511#ifdef ENABLE_CLASSIC 512 // connection mode, default ACL_CONNECTION_MODE_ACTIVE 513 uint8_t connection_mode; 514 515 // enter/exit sniff mode requests 516 uint16_t sniff_min_interval; // 0: idle, 0xffff exit sniff, else enter sniff 517 uint16_t sniff_max_interval; --- 764 unchanged lines hidden --- |