hci.h (b6f39a74d2672c499a9bf128847eec1c84d23a53) | hci.h (30199e24c811081e34846cfb3b6c82e682b38b47) |
---|---|
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 --- 995 unchanged lines hidden (view full) --- 1004 /* buffer for scan enable cmd - 0xff no change */ 1005 uint8_t new_scan_enable_value; 1006 1007 uint8_t discoverable; 1008 uint8_t connectable; 1009 uint8_t bondable; 1010 1011 uint8_t inquiry_state; // see hci.c for state defines | 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 --- 995 unchanged lines hidden (view full) --- 1004 /* buffer for scan enable cmd - 0xff no change */ 1005 uint8_t new_scan_enable_value; 1006 1007 uint8_t discoverable; 1008 uint8_t connectable; 1009 uint8_t bondable; 1010 1011 uint8_t inquiry_state; // see hci.c for state defines |
1012 uint16_t inquiry_max_period_length; 1013 uint16_t inquiry_min_period_length; |
|
1012 1013 bd_addr_t remote_name_addr; 1014 uint16_t remote_name_clock_offset; 1015 uint8_t remote_name_page_scan_repetition_mode; 1016 uint8_t remote_name_state; // see hci.c for state defines 1017 1018 bd_addr_t gap_pairing_addr; 1019 uint8_t gap_pairing_state; // see hci.c for state defines --- 599 unchanged lines hidden --- | 1014 1015 bd_addr_t remote_name_addr; 1016 uint16_t remote_name_clock_offset; 1017 uint8_t remote_name_page_scan_repetition_mode; 1018 uint8_t remote_name_state; // see hci.c for state defines 1019 1020 bd_addr_t gap_pairing_addr; 1021 uint8_t gap_pairing_state; // see hci.c for state defines --- 599 unchanged lines hidden --- |