Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c238 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveConnection()
272 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveServer()
315 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventCallback()
346 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_ClearKeepHandleFlag()
375 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCallback()
409 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCOCallback()
443 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventMask()
479 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_CheckConnection()
533 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) { in PORT_IsOpening()
573 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_SetState()
[all …]
Dport_utils.c69 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) { in port_allocate_port()
70 if (yy >= MAX_RFC_PORTS) { in port_allocate_port()
354 for (i = 0; i < MAX_RFC_PORTS; i++) { in port_find_dlci_port()
384 for (i = 0; i < MAX_RFC_PORTS; i++) { in port_find_port()
Dport_rfc.c207 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartCnf()
267 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartInd()
803 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_CloseInd()
827 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in Port_TimeOutCloseMux()
960 for (i = 0; i < MAX_RFC_PORTS; i++) { in PORT_FlowInd()
Drfc_ts_frames.c530 for (i = 0; i < MAX_RFC_PORTS; i++) { in rfc_bqb_send_msc_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c35 #define SLOT_CLOSE_BIT(i) (1UL << (i + MAX_RFC_PORTS - 1))
81 spp_slot_t *spp_slots[MAX_RFC_PORTS + 1];
133 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_malloc_slot()
208 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_id()
220 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_handle()
232 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_fd()
244 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_scn()
302 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_free_pending_slots()
596 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in btc_spp_uninit()
602 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in btc_spp_uninit()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h210 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h427 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1600 #ifndef MAX_RFC_PORTS
1601 #define MAX_RFC_PORTS 8 /*max is 30*/ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h55 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c260 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_pcb()
282 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_cb()
1911 for (i = 0; i < MAX_RFC_PORTS; i++) { in find_rfc_pcb()