Bluetooth: controller: Use HCI defines for constants
Use HCI defines for PHY, and RSSI constants. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
20939b7b11
commit
d80d79e7f9
9 changed files with 42 additions and 34 deletions
|
@ -1967,6 +1967,8 @@ struct bt_hci_evt_le_conn_complete {
|
|||
uint8_t clock_accuracy;
|
||||
} __packed;
|
||||
|
||||
#define BT_HCI_LE_RSSI_NOT_AVAILABLE 0x7F
|
||||
|
||||
#define BT_HCI_EVT_LE_ADVERTISING_REPORT 0x02
|
||||
struct bt_hci_evt_le_advertising_info {
|
||||
uint8_t evt_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue