Scan

Scan

Function name

Description

Function name

Description

bt_scan_init()

Initializes Bluetooth scan module.

bt_scan_deinit()

De-initializes communication with Bluetooth module.

bt_scan_filter_add()

Sets a filter for Bluetooth scanner.

bt_scan_filter_enable()

Enables specific set or sets of filters for filtering.

bt_scan_filter_disable()

Disables all filters. All previously added filters will remain intact, but they will be deactivated, retaining the option to re-enable them at a later time.

bt_scan_filters_clear()

Clears out all of the previously added filters.

bt_scan_callback_enable()

Enables callback to receive data when a filter matches or mismatches.

bt_scan_callback_disable()

Disables match or mismatch callback.

bt_scan_start()

Starts scanning process.

bt_scan_stop()

Stops scanning process.

bt_adv_packet_read()

Reads out data from Bluetooth scan module into user array.