ESP-IDF
tBTA_DM_API_SEND_VENDOR_HCI_CMD
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
tBTA_DM_API_SEND_VENDOR_HCI_CMD
tBTA_DM_API_SEND_VENDOR_HCI_CMD struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:278
typedef
struct
{
BT_HDR
hdr
;
UINT16
opcode
;
UINT8
param_len
;
UINT8
*
p_param_buf
;
tBTA_SEND_VENDOR_HCI_CMPL_CBACK
*
vendor_hci_cb
;
}
tBTA_DM_API_SEND_VENDOR_HCI_CMD
;
Fields
Field
Declared as
tBTA_DM_API_SEND_VENDOR_HCI_CMD::hdr
BT_HDR
tBTA_DM_API_SEND_VENDOR_HCI_CMD::opcode
UINT16
tBTA_DM_API_SEND_VENDOR_HCI_CMD::param_len
UINT8
tBTA_DM_API_SEND_VENDOR_HCI_CMD::p_param_buf
UINT8
*
tBTA_DM_API_SEND_VENDOR_HCI_CMD::vendor_hci_cb
tBTA_SEND_VENDOR_HCI_CMPL_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:278
}
tBTA_DM_API_SEND_VENDOR_HCI_CMD
;
bta_dm_int.h:284
tBTA_DM_API_SEND_VENDOR_HCI_CMD
*
p_msg
;
bta_dm_api.c:235
BTA_DmsendVendorHciCmd()
if
(
(
p_msg
=
(
tBTA_DM_API_SEND_VENDOR_HCI_CMD
*
)
osi_malloc
(
sizeof
(
tBTA_DM_API_SEND_VENDOR_HCI_CMD
)
+
param_len
)
)
!=
NULL
)
{
bta_dm_api.c:236
BTA_DmsendVendorHciCmd()
}
tBTA_DM_API_SEND_VENDOR_HCI_CMD
;
bta_dm_int.h:284
tBTA_DM_API_SEND_VENDOR_HCI_CMD
tBTA_DM_API_SEND_VENDOR_HCI_CMD
vendor_hci_cmd
;
bta_dm_int.h:1220
tBTA_DM_MSG
tBTA_DM_MSG::vendor_hci_cmd
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
Instance
Scope
Location
Project
tBTA_DM_MSG::vendor_hci_cmd
tBTA_DM_MSG
bta_dm_int.h:1220
Lifecycle
from
examples
All items filtered out
All items filtered out