ESP-IDF
ble_get_bond_dev_cmpl_evt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_get_bond_dev_cmpl_evt_param
ble_get_bond_dev_cmpl_evt_param struct
ESP_GAP_BLE_GET_BOND_DEV_COMPLETE_EVT
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:1233
struct
ble_get_bond_dev_cmpl_evt_param
{
esp_bt_status_t
status
;
uint8_t
dev_num
;
esp_ble_bond_dev_t
*
bond_dev
;
}
;
Fields
Field
Declared as
Description
ble_get_bond_dev_cmpl_evt_param::status
esp_bt_status_t
Indicate the get bond device operation success status.
ble_get_bond_dev_cmpl_evt_param::dev_num
uint8_t
Indicate the get number device in the bond list.
ble_get_bond_dev_cmpl_evt_param::bond_dev
esp_ble_bond_dev_t
*
the pointer to the bond device Structure.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out