Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h108 typedef void (tPORT_MGMT_CALLBACK) (UINT32 code, UINT16 port_handle, void* data); typedef
240 tPORT_MGMT_CALLBACK *p_mgmt_cb);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h191 tPORT_MGMT_CALLBACK *p_mgmt_callback; /* Callback function to receive connection up/down */
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_rfc.c67 typedef tPORT_MGMT_CALLBACK *tBTA_AG_MGMT_CBACK;
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c106 tPORT_MGMT_CALLBACK *p_mgmt_cb) in RFCOMM_CreateConnection()