esp_hid_host sample
GAP_DBG_PRINTF
is only used within esp_hid_host sample.
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_hid_host sample
GAP_DBG_PRINTF
GAP_DBG_PRINTF macro
Syntax
Show:
Summary
Declaration
from
esp_hid_gap.c:36
#define
GAP_DBG_PRINTF
(
...
)
printf
(
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
GAP_DBG_PRINTF
(
...
)
printf
(
__VA_ARGS__
)
esp_hid_gap.c:36
GAP_DBG_PRINTF
(
"UUID16: 0x%04x"
,
uuid
->
uuid
.
uuid16
)
;
esp_hid_gap.c:298
GAP_DBG_PRINTF
(
"UUID32: 0x%08"
PRIx32
,
uuid
->
uuid
.
uuid32
)
;
esp_hid_gap.c:300
GAP_DBG_PRINTF
(
"UUID128: %02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x,%02x"
,
uuid
->
uuid
.
uuid128
[
0
]
,
esp_hid_gap.c:302
GAP_DBG_PRINTF
(
"BT : "
ESP_BD_ADDR_STR
,
ESP_BD_ADDR_HEX
(
disc_res
->
bda
)
)
;
esp_hid_gap.c:314
GAP_DBG_PRINTF
(
", %s: "
,
gap_bt_prop_type_names
[
prop
->
type
]
)
;
esp_hid_gap.c:328
GAP_DBG_PRINTF
(
"%s"
,
(
const
char
*
)
name
)
;
esp_hid_gap.c:333
GAP_DBG_PRINTF
(
"%d"
,
rssi
)
;
esp_hid_gap.c:336
GAP_DBG_PRINTF
(
"major: %s, minor: %d, service: 0x%03x"
,
esp_hid_cod_major_str
(
cod
->
major
)
,
cod
->
minor
,
cod
->
service
)
;
esp_hid_gap.c:339
GAP_DBG_PRINTF
(
", "
)
;
print_uuid
(
&
uuid
)
;
esp_hid_gap.c:352
GAP_DBG_PRINTF
(
", "
)
;
print_uuid
(
&
uuid
)
;
esp_hid_gap.c:363
GAP_DBG_PRINTF
(
", "
)
;
print_uuid
(
&
uuid
)
;
esp_hid_gap.c:374
GAP_DBG_PRINTF
(
", NAME: "
)
;
esp_hid_gap.c:387
GAP_DBG_PRINTF
(
"%c"
,
(
char
)
data
[
x
]
)
;
esp_hid_gap.c:389
GAP_DBG_PRINTF
(
"\n"
)
;
esp_hid_gap.c:395
GAP_DBG_PRINTF
(
"BLE: "
ESP_BD_ADDR_STR
", "
,
ESP_BD_ADDR_HEX
(
scan_rst
->
bda
)
)
;
esp_hid_gap.c:447
GAP_DBG_PRINTF
(
"RSSI: %d, "
,
scan_rst
->
rssi
)
;
esp_hid_gap.c:448
GAP_DBG_PRINTF
(
"UUID: 0x%04x, "
,
uuid
)
;
esp_hid_gap.c:449
GAP_DBG_PRINTF
(
"APPEARANCE: 0x%04x, "
,
appearance
)
;
esp_hid_gap.c:450
GAP_DBG_PRINTF
(
"ADDR_TYPE: '%s'"
,
ble_addr_type_str
(
scan_rst
->
ble_addr_type
)
)
;
esp_hid_gap.c:451
GAP_DBG_PRINTF
(
", NAME: '%s'"
,
name
)
;
esp_hid_gap.c:453
GAP_DBG_PRINTF
(
"\n"
)
;
esp_hid_gap.c:455
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