ESP-IDF
btc_hh_cb_t
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
btc_hh_cb_t
btc_hh_cb_t struct
BTC-HH control block to maintain added devices and currently connected hid devices
Syntax
Show:
Summary
Declaration
from
btc_hh.h:92
typedef
struct
{
BTC_HH_STATUS
status
;
btc_hh_device_t
devices
[
BTC_HH_MAX_HID
]
;
uint32_t
device_num
;
BTC_HH_EVT
add_event
;
btc_hh_added_device_t
added_devices
[
BTC_HH_MAX_ADDED_DEV
]
;
btc_hh_device_t
*
p_curr_dev
;
bool
service_dereg_active
;
BD_ADDR
pending_conn_address
;
}
btc_hh_cb_t
;
Fields
Field
Declared as
btc_hh_cb_t::status
BTC_HH_STATUS
btc_hh_cb_t::devices
btc_hh_device_t
[
BTC_HH_MAX_HID
]
btc_hh_cb_t::device_num
uint32_t
btc_hh_cb_t::add_event
BTC_HH_EVT
btc_hh_cb_t::added_devices
btc_hh_added_device_t
[
BTC_HH_MAX_ADDED_DEV
]
btc_hh_cb_t::p_curr_dev
btc_hh_device_t
*
btc_hh_cb_t::service_dereg_active
bool
btc_hh_cb_t::pending_conn_address
BD_ADDR
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