Searched defs:port_handle (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_rfc.c | 93 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() 125 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback() 187 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback() 228 int bta_ag_data_cback_1(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_1() 232 int bta_ag_data_cback_2(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_2() 236 int bta_ag_data_cback_3(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_3()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_rfc.c | 45 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_port_cback() 73 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle, void* data) in bta_hf_client_mgmt_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 310 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() 341 int PORT_ClearKeepHandleFlag (UINT16 port_handle) in PORT_ClearKeepHandleFlag() 368 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback() 402 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback() 436 int PORT_SetEventMask (UINT16 port_handle, UINT32 mask) in PORT_SetEventMask()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 212 tBTA_JV_RFC_CB *bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb) in bta_jv_alloc_rfc_cb() 256 tBTA_JV_PCB *bta_jv_rfc_port_to_pcb(UINT16 port_handle) in bta_jv_rfc_port_to_pcb() 277 tBTA_JV_RFC_CB *bta_jv_rfc_port_to_cb(UINT16 port_handle) in bta_jv_rfc_port_to_cb() 1686 static int bta_jv_port_data_co_cback(UINT16 port_handle, UINT8 *buf, UINT16 len, int type) in bta_jv_port_data_co_cback() 1722 static void bta_jv_port_mgmt_cl_cback(UINT32 code, UINT16 port_handle, void* data) in bta_jv_port_mgmt_cl_cback() 1780 static void bta_jv_port_event_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_cl_cback() 1996 static void bta_jv_port_mgmt_sr_cback(UINT32 code, UINT16 port_handle, void *data) in bta_jv_port_mgmt_sr_cback() 2113 static void bta_jv_port_event_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_sr_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_int.h | 112 UINT16 port_handle; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_int.h | 221 UINT16 port_handle; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/ |
D | bta_jv_int.h | 157 UINT16 port_handle;/* port handle */ member
|