hci.h (e276e383d14e5d8d8365c656d6d3cc860f58f71a) | hci.h (a61834b6cbb307210ba8d88dd91cc06cb0886ba7) |
---|---|
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 --- 747 unchanged lines hidden (view full) --- 756 HCI_HALTING_DISCONNECT_ALL_NO_TIMER, 757 HCI_HALTING_DISCONNECT_ALL_TIMER, 758 HCI_HALTING_W4_TIMER, 759 HCI_HALTING_CLOSE, 760 761} hci_substate_t; 762 763enum { | 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 --- 747 unchanged lines hidden (view full) --- 756 HCI_HALTING_DISCONNECT_ALL_NO_TIMER, 757 HCI_HALTING_DISCONNECT_ALL_TIMER, 758 HCI_HALTING_W4_TIMER, 759 HCI_HALTING_CLOSE, 760 761} hci_substate_t; 762 763enum { |
764 // Tasks |
|
764 LE_ADVERTISEMENT_TASKS_SET_ADV_DATA = 1 << 0, 765 LE_ADVERTISEMENT_TASKS_SET_SCAN_DATA = 1 << 1, 766 LE_ADVERTISEMENT_TASKS_SET_PARAMS = 1 << 2, | 765 LE_ADVERTISEMENT_TASKS_SET_ADV_DATA = 1 << 0, 766 LE_ADVERTISEMENT_TASKS_SET_SCAN_DATA = 1 << 1, 767 LE_ADVERTISEMENT_TASKS_SET_PARAMS = 1 << 2, |
768 // State 769 LE_ADVERTISEMENT_TASKS_PARAMS_SET = 1 << 7, |
|
767}; 768 769enum { 770 LE_WHITELIST_ON_CONTROLLER = 1 << 0, 771 LE_WHITELIST_ADD_TO_CONTROLLER = 1 << 1, 772 LE_WHITELIST_REMOVE_FROM_CONTROLLER = 1 << 2, 773}; 774 --- 638 unchanged lines hidden --- | 770}; 771 772enum { 773 LE_WHITELIST_ON_CONTROLLER = 1 << 0, 774 LE_WHITELIST_ADD_TO_CONTROLLER = 1 << 1, 775 LE_WHITELIST_REMOVE_FROM_CONTROLLER = 1 << 2, 776}; 777 --- 638 unchanged lines hidden --- |