Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c205 static spp_slot_t *spp_find_slot_by_id(uint32_t id) in spp_find_slot_by_id() function
345 slot = spp_find_slot_by_id(id); in btc_spp_rfcomm_inter_cb()
355 …slot = p_data->rfc_srv_open.handle ? spp_find_slot_by_id(id) : spp_find_slot_by_scn((uint32_t)user… in btc_spp_rfcomm_inter_cb()
401 slot = spp_find_slot_by_id(id); in btc_spp_rfcomm_inter_cb()
415 slot = spp_find_slot_by_id(id); in btc_spp_rfcomm_inter_cb()
432 slot = spp_find_slot_by_id(id); in btc_spp_rfcomm_inter_cb()
470 slot = spp_find_slot_by_id(id); in btc_spp_dm_inter_cb()
490 slot = spp_find_slot_by_id(id); in btc_spp_dm_inter_cb()
1365 spp_slot_t *slot = spp_find_slot_by_id(id); in bta_co_rfc_data_incoming()