ESP-IDF
tBTA_DM_SEARCH_CB
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_SEARCH_CB
tBTA_DM_SEARCH_CB struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1550
typedef
struct
{
tBTA_DM_SEARCH_CBACK
*
p_search_cback
;
tBTM_INQ_INFO
*
p_btm_inq_info
;
tBTA_SERVICE_MASK
services
;
tBTA_SERVICE_MASK
services_to_search
;
tBTA_SERVICE_MASK
services_found
;
#if
(
SDP_INCLUDED
==
TRUE
)
tSDP_DISCOVERY_DB
*
p_sdp_db
;
#endif
UINT16
state
;
BD_ADDR
peer_bdaddr
;
BOOLEAN
name_discover_done
;
BD_NAME
peer_name
;
TIMER_LIST_ENT
search_timer
;
UINT8
service_index
;
tBTA_DM_MSG
*
p_search_queue
;
BOOLEAN
wait_disc
;
BOOLEAN
sdp_results
;
#if
(
SDP_INCLUDED
==
TRUE
)
tSDP_UUID
uuid
;
#endif
UINT8
peer_scn
;
BOOLEAN
sdp_search
;
BOOLEAN
cancel_pending
;
tBTA_TRANSPORT
transport
;
#if
(
(
defined
BLE_INCLUDED
)
&&
(
BLE_INCLUDED
==
TRUE
)
)
tBTA_DM_SEARCH_CBACK
*
p_scan_cback
;
#if
(
(
defined
BTA_GATT_INCLUDED
)
&&
(
BTA_GATT_INCLUDED
==
TRUE
)
&&
SDP_INCLUDED
==
TRUE
)
tBTA_GATTC_IF
client_if
;
UINT8
num_uuid
;
tBT_UUID
*
p_srvc_uuid
;
UINT8
uuid_to_search
;
BOOLEAN
gatt_disc_active
;
UINT16
conn_id
;
UINT8
*
p_ble_rawdata
;
UINT32
ble_raw_size
;
UINT32
ble_raw_used
;
TIMER_LIST_ENT
gatt_close_timer
;
BD_ADDR
pending_close_bda
;
#endif
#endif
}
tBTA_DM_SEARCH_CB
;
Fields
Field
Declared as
Description
tBTA_DM_SEARCH_CB::p_search_cback
tBTA_DM_SEARCH_CBACK
*
tBTA_DM_SEARCH_CB::p_btm_inq_info
tBTM_INQ_INFO
*
tBTA_DM_SEARCH_CB::services
tBTA_SERVICE_MASK
tBTA_DM_SEARCH_CB::services_to_search
tBTA_SERVICE_MASK
tBTA_DM_SEARCH_CB::services_found
tBTA_SERVICE_MASK
tBTA_DM_SEARCH_CB::p_sdp_db
tSDP_DISCOVERY_DB
*
tBTA_DM_SEARCH_CB::state
UINT16
SDP_INCLUDED == TRUE.
tBTA_DM_SEARCH_CB::peer_bdaddr
BD_ADDR
tBTA_DM_SEARCH_CB::name_discover_done
BOOLEAN
tBTA_DM_SEARCH_CB::peer_name
BD_NAME
tBTA_DM_SEARCH_CB::search_timer
TIMER_LIST_ENT
tBTA_DM_SEARCH_CB::service_index
UINT8
tBTA_DM_SEARCH_CB::p_search_queue
tBTA_DM_MSG
*
tBTA_DM_SEARCH_CB::wait_disc
BOOLEAN
tBTA_DM_SEARCH_CB::sdp_results
BOOLEAN
tBTA_DM_SEARCH_CB::uuid
tSDP_UUID
tBTA_DM_SEARCH_CB::peer_scn
UINT8
SDP_INCLUDED == TRUE.
tBTA_DM_SEARCH_CB::sdp_search
BOOLEAN
tBTA_DM_SEARCH_CB::cancel_pending
BOOLEAN
tBTA_DM_SEARCH_CB::transport
tBTA_TRANSPORT
tBTA_DM_SEARCH_CB::p_scan_cback
tBTA_DM_SEARCH_CBACK
*
tBTA_DM_SEARCH_CB::client_if
tBTA_GATTC_IF
tBTA_DM_SEARCH_CB::num_uuid
UINT8
tBTA_DM_SEARCH_CB::p_srvc_uuid
tBT_UUID
*
tBTA_DM_SEARCH_CB::uuid_to_search
UINT8
tBTA_DM_SEARCH_CB::gatt_disc_active
BOOLEAN
tBTA_DM_SEARCH_CB::conn_id
UINT16
tBTA_DM_SEARCH_CB::p_ble_rawdata
UINT8
*
tBTA_DM_SEARCH_CB::ble_raw_size
UINT32
tBTA_DM_SEARCH_CB::ble_raw_used
UINT32
tBTA_DM_SEARCH_CB::gatt_close_timer
TIMER_LIST_ENT
tBTA_DM_SEARCH_CB::pending_close_bda
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