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:
Vinayak Kariappa Chettimada 2020-11-06 06:22:10 +05:30 committed by Carles Cufí
commit d80d79e7f9
9 changed files with 42 additions and 34 deletions

View file

@ -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;