ESP-IDF
btc_ble_gatts_args_t::open
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_ble_gatts_args_t::open
btc_ble_gatts_args_t::open field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:128
struct
open_args
{
esp_gatt_if_t
gatts_if
;
esp_bd_addr_t
remote_bda
;
bool
is_direct
;
}
open
;
Examples
References
from
examples
Code
Location
Referrer
}
open
;
btc_gatts.h:132
BTA_GATTS_Open
(
arg
->
open
.
gatts_if
,
arg
->
open
.
remote_bda
,
btc_gatts.c:730
btc_gatts_call_handler()
arg
->
open
.
is_direct
,
transport
)
;
btc_gatts.c:731
btc_gatts_call_handler()
arg
.
open
.
gatts_if
=
gatts_if
;
esp_gatts_api.c:360
esp_ble_gatts_open()
arg
.
open
.
is_direct
=
is_direct
;
esp_gatts_api.c:361
esp_ble_gatts_open()
memcpy
(
&
arg
.
open
.
remote_bda
,
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
esp_gatts_api.c:362
esp_ble_gatts_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gatts_args_t::open
is read by 2 functions:
All items filtered out
btc_ble_gatts_args_t::open
esp_ble_gatts_open()
btc_gatts_call_handler()
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