Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h632 extern int PORT_WriteDataCO (UINT16 handle, int *p_len, int len, UINT8 *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1499 int PORT_WriteDataCO (UINT16 handle, int *p_len, int len, UINT8 *p_data) in PORT_WriteDataCO() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2388 PORT_WriteDataCO(p_pcb->port_handle, &evt_data.len, wc->len, wc->p_data) == in bta_jv_rfcomm_write()