Home
last modified time | relevance | path

Searched refs:BTC_PID_SPP (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c31 btc_profile_cb_set(BTC_PID_SPP, callback); in esp_spp_register_callback()
60 msg.pid = BTC_PID_SPP; in esp_spp_enhanced_init()
77 msg.pid = BTC_PID_SPP; in esp_spp_deinit()
94 msg.pid = BTC_PID_SPP; in esp_spp_start_discovery()
120 msg.pid = BTC_PID_SPP; in esp_spp_connect()
138 msg.pid = BTC_PID_SPP; in esp_spp_disconnect()
171 msg.pid = BTC_PID_SPP; in esp_spp_start_srv()
190 msg.pid = BTC_PID_SPP; in esp_spp_stop_srv()
209 msg.pid = BTC_PID_SPP; in esp_spp_stop_srv_scn()
236 msg.pid = BTC_PID_SPP; in esp_spp_vfs_register()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h59 BTC_PID_SPP, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c260 msg.pid = BTC_PID_SPP; in close_timeout_handler()
313 esp_spp_cb_t btc_spp_cb = (esp_spp_cb_t)btc_profile_cb_get(BTC_PID_SPP); in btc_spp_cb_to_app()
447 msg.pid = BTC_PID_SPP; in btc_spp_rfcomm_inter_cb()
518 msg.pid = BTC_PID_SPP; in btc_spp_dm_inter_cb()
1356 msg.pid = BTC_PID_SPP; in bta_co_rfc_data_incoming()
1418 msg.pid = BTC_PID_SPP; in spp_send_data_to_btc()
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c126 [BTC_PID_SPP] = {btc_spp_call_handler, btc_spp_cb_handler },