Home
last modified time | relevance | path

Searched refs:spp (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
DREADME.md8spp server and ble spp client that run on their respective endpoints. These devices connect and ex…
22 … attribute server. The client demo will scan the ble broadcast over the air to find the spp server.
26 The spp server has two main event processing functions for BLE event:
33 The spp client has two main event processing functions for BLE event:
57 …If you run the ble spp demo with two ESP32 chips, the MTU size will be exchanged for 200 bytes aft…
98 The spp cilent will auto connect to the spp server, do service search, exchange MTU size and regist…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/
DREADME.md53 spp h; -- show command manual
56 spp ok; -- manual Numeric Confirmation.
59 spp key <auth key>; -- manual Passkey. (e.g. spp key 136245;)
67 - This command help table will print out in monitor whenever you type `spp h;` or if you input a co…
69 - Commands should always start with `spp` and end with `;` or the example will not responds.
87 W (3454) SPP_INITIATOR_DEMO: To input the key, type `spp key xxxxxx;`
102 W (3392) SPP_INITIATOR_DEMO: To confirm the value, type `spp ok;`
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/
Dpanic_arch.c351 uint32_t *spp = (uint32_t *)(sp + x); in panic_print_basic_backtrace() local
356 panic_print_hex(spp[y]); in panic_print_basic_backtrace()
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/
DREADME.md20 The spp server has two main event processing functions for BLE event:
/hal_espressif-3.6.0/components/bt/
Dcomponent.mk115 host/bluedroid/btc/profile/std/spp \
DCMakeLists.txt205 "host/bluedroid/btc/profile/std/spp/btc_spp.c"