mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
bluetooth: add page_scan_type_t and inquiry_scan_type_t
This commit is contained in:
parent
5769fd77de
commit
a29d726655
@ -121,6 +121,21 @@ typedef enum {
|
|||||||
INQUIRY_MODE_RSSI_AND_EIR,
|
INQUIRY_MODE_RSSI_AND_EIR,
|
||||||
} inquiry_mode_t;
|
} inquiry_mode_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Page Scan Types
|
||||||
|
*/
|
||||||
|
typedef enum {
|
||||||
|
PAGE_SCAN_MODE_STANDARD = 0,
|
||||||
|
PAGE_SCAN_MODE_INTERLACED,
|
||||||
|
} page_scan_type_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Inquiry Scan Types
|
||||||
|
*/
|
||||||
|
typedef enum {
|
||||||
|
INQUIRY_SCAN_MODE_STANDARD = 0,
|
||||||
|
INQUIRY_SCAN_MODE_INTERLACED,
|
||||||
|
} inquiry_scan_type_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HCI Transport
|
* HCI Transport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user