ESP-IDF
tBTM_BLE_CONN_REQ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_BLE_CONN_REQ
tBTM_BLE_CONN_REQ struct
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:254
typedef
struct
{
void
*
p_param
;
}
tBTM_BLE_CONN_REQ
;
Fields
Field
Declared as
tBTM_BLE_CONN_REQ::p_param
void
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
btm_ble_int.h:254
}
tBTM_BLE_CONN_REQ
;
btm_ble_int.h:256
tBTM_BLE_CONN_REQ
*
p
=
(
tBTM_BLE_CONN_REQ
*
)
osi_malloc
(
sizeof
(
tBTM_BLE_CONN_REQ
)
)
;
btm_ble_bgconn.c:806
btm_ble_enqueue_direct_conn_req()
tBTM_BLE_CONN_REQ
*
p_req
;
btm_ble_bgconn.c:823
btm_send_pending_direct_conn()
p_req
=
(
tBTM_BLE_CONN_REQ
*
)
fixed_queue_dequeue
(
btm_cb
.
ble_ctr_cb
.
conn_pending_q
,
0
)
;
btm_ble_bgconn.c:826
btm_send_pending_direct_conn()
}
tBTM_BLE_CONN_REQ
;
btm_ble_int.h:256
tBTM_BLE_CONN_REQ
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