Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_rfc.c138 int port_status; in bta_hf_client_start_server() local
148 port_status = RFCOMM_CreateConnection(UUID_SERVCLASS_HF_HANDSFREE, bta_hf_client_cb.scn, in bta_hf_client_start_server()
152 if (port_status == PORT_SUCCESS) { in bta_hf_client_start_server()
156 …_TRACE_DEBUG("bta_hf_client_start_server: RFCOMM_CreateConnection returned error:%d", port_status); in bta_hf_client_start_server()
/hal_espressif-3.5.0/components/driver/test/
Dtest_pcnt.c98 BaseType_t port_status = pdFALSE; in pcnt_intr_handler() local
104 xQueueSendFromISR(pcnt_evt_queue, &status, &port_status); in pcnt_intr_handler()
105 if (port_status == pdTRUE) { in pcnt_intr_handler()
116 BaseType_t port_status; in event_calculate() local
119 port_status = xQueueReceive(pcnt_evt_queue, &status, 1000 / portTICK_PERIOD_MS); in event_calculate()
120 if (port_status == pdTRUE) { in event_calculate()
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_spp_api.h136 uint32_t port_status; /*!< PORT status */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c346 int port_status; in bta_jv_free_rfc_cb() local
349 port_status = RFCOMM_RemoveConnection(p_pcb->port_handle); in bta_jv_free_rfc_cb()
351 port_status = RFCOMM_RemoveServer(p_pcb->port_handle); in bta_jv_free_rfc_cb()
353 if (port_status != PORT_SUCCESS) { in bta_jv_free_rfc_cb()
357 p_pcb->handle, p_pcb->state, port_status, p_pcb->port_handle, in bta_jv_free_rfc_cb()
1692 evt_data.rfc_close.port_status = code; in bta_jv_port_mgmt_cl_cback()
1874 evt_data.rfc_close.port_status = PORT_LOCAL_CLOSED; in bta_jv_rfcomm_close()
2015 evt_data.rfc_close.port_status = code; in bta_jv_port_mgmt_sr_cback()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c374 if (slot->connected && p_data->rfc_close.port_status != PORT_LOCAL_CLOSED) { in btc_spp_rfcomm_inter_cb()
670 param.close.port_status = PORT_ERR_MAX; in btc_spp_disconnect()
1094 param.close.port_status = p_data->rfc_close.port_status; in btc_spp_cb_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h299 UINT32 port_status; /* PORT status */ member