Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_rfc.cc180 if (p_port->p_mgmt_callback) { in port_start_close()
181 p_port->p_mgmt_callback(PORT_CLOSED, p_port->handle); in port_start_close()
227 if (p_port->p_mgmt_callback) { in PORT_StartCnf()
228 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->handle); in PORT_StartCnf()
448 if (p_port->p_mgmt_callback) { in PORT_DlcEstablishInd()
449 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishInd()
496 if (p_port->p_mgmt_callback) { in PORT_DlcEstablishCnf()
497 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishCnf()
1020 if (p_port->p_mgmt_callback) { in port_rfc_closed()
1023 p_port->p_mgmt_callback(static_cast<tPORT_RESULT>(res2), p_port->handle); in port_rfc_closed()
Dport_api.cc115 tPORT_MGMT_CALLBACK* p_mgmt_callback, in RFCOMM_CreateConnectionWithSecurity() argument
220 p_port->p_mgmt_callback = p_mgmt_callback; in RFCOMM_CreateConnectionWithSecurity()
349 p_port->p_mgmt_callback = nullptr; in RFCOMM_RemoveServer()
Dport_int.h199 p_mgmt_callback; /* Callback function to receive connection up/down */
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h231 tPORT_MGMT_CALLBACK* p_mgmt_callback, uint16_t sec_mask);