hci.h (f5875de52c2368de57990d41b456c83e57f8f0ee) | hci.h (b7f1ee76fc01b4587d4b3491e7884299bad22f99) |
---|---|
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 --- 717 unchanged lines hidden (view full) --- 726 hci_substate_t substate; 727 btstack_timer_source_t timeout; 728 729 uint16_t last_cmd_opcode; 730 731 uint8_t cmds_ready; 732 uint8_t inquiry_state; // see hci.c for state defines 733 | 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 --- 717 unchanged lines hidden (view full) --- 726 hci_substate_t substate; 727 btstack_timer_source_t timeout; 728 729 uint16_t last_cmd_opcode; 730 731 uint8_t cmds_ready; 732 uint8_t inquiry_state; // see hci.c for state defines 733 |
734 bd_addr_t remote_name_addr; 735 uint16_t remote_name_clock_offset; 736 uint8_t remote_name_page_scan_repetition_mode; 737 uint8_t remote_name_state; // see hci.c for state defines 738 |
|
734 uint8_t discoverable; 735 uint8_t connectable; 736 uint8_t bondable; 737 738 /* buffer for scan enable cmd - 0xff no change */ 739 uint8_t new_scan_enable_value; 740 741 --- 364 unchanged lines hidden --- | 739 uint8_t discoverable; 740 uint8_t connectable; 741 uint8_t bondable; 742 743 /* buffer for scan enable cmd - 0xff no change */ 744 uint8_t new_scan_enable_value; 745 746 --- 364 unchanged lines hidden --- |