Home
last modified time | relevance | path

Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c61 uint32_t rfc_handle; member
142 (*slot)->rfc_handle = 0; in spp_malloc_slot()
222 if (slot != NULL && slot->rfc_handle == handle) { in spp_find_slot_by_handle()
305 …NING("%s found slot(rfc_handle=0x%x) pending to close, close it now!", __func__, slot->rfc_handle); in spp_free_pending_slots()
351 slot->rfc_handle = p_data->rfc_start.handle; in btc_spp_rfcomm_inter_cb()
364 slot->rfc_handle = p_data->rfc_srv_open.new_listen_handle; in btc_spp_rfcomm_inter_cb()
365 slot->rfc_port_handle = BTA_JvRfcommGetPortHdl(slot->rfc_handle); in btc_spp_rfcomm_inter_cb()
381 slot_new->rfc_handle = p_data->rfc_srv_open.handle; in btc_spp_rfcomm_inter_cb()
382 slot_new->rfc_port_handle = BTA_JvRfcommGetPortHdl(slot_new->rfc_handle); in btc_spp_rfcomm_inter_cb()
386 slot->rfc_handle = p_data->rfc_srv_open.new_listen_handle; in btc_spp_rfcomm_inter_cb()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1912 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local
1913 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()
1914 if (rfc_handle && bta_jv_cb.port_cb[i].user_data == user_data) { in find_rfc_pcb()
1916 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()
1918 " 0x%x, state: %d, rfc_cb->handle: 0x%x", rfc_handle, (*pcb)->handle, in find_rfc_pcb()