Searched refs:p_mgmt_callback (Results 1 – 4 of 4) sorted by relevance
180 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()
115 tPORT_MGMT_CALLBACK* p_mgmt_callback, in RFCOMM_CreateConnectionWithSecurity() argument220 p_port->p_mgmt_callback = p_mgmt_callback; in RFCOMM_CreateConnectionWithSecurity()349 p_port->p_mgmt_callback = nullptr; in RFCOMM_RemoveServer()
199 p_mgmt_callback; /* Callback function to receive connection up/down */
231 tPORT_MGMT_CALLBACK* p_mgmt_callback, uint16_t sec_mask);