Searched refs:RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection_server.h | 90 RFCOMM_CHANNEL_EV_DISCONNECTED | RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS | RFCOMM_CHANNEL_EV_DISCONNECT_FAIL |
|
H A D | hfp_ag_rfcomm_connection.h | 166 RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS | RFCOMM_CHANNEL_EV_DISCONNECT_FAIL | RFCOMM_CHANNEL_EV_REV_DATA;
|
H A D | hfp_ag_data_connection_server.cpp | 53 case RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS: in ProcessDataConnectionServerCallback()
|
H A D | hfp_ag_data_connection.cpp | 54 case RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS: in ProcessDataConnectionCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection_server.h | 90 RFCOMM_CHANNEL_EV_DISCONNECTED | RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS | RFCOMM_CHANNEL_EV_DISCONNECT_FAIL |
|
H A D | hfp_hf_rfcomm_connection.h | 166 RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS | RFCOMM_CHANNEL_EV_DISCONNECT_FAIL | RFCOMM_CHANNEL_EV_REV_DATA;
|
H A D | hfp_hf_data_connection_server.cpp | 52 case RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS: in ProcessDataConnectionServerCallback()
|
H A D | hfp_hf_data_connection.cpp | 41 case RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS: in ProcessDataConnectionCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 267 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS, NULL); in RfcommRecvUa() 329 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS, NULL); in RfcommRecvDm() 587 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS, NULL); in RfcommRecvDisc() 688 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS, NULL); in RfcommCloseChannel() 699 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS, NULL); in RfcommCloseChannel() 745 eventId = RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS; in RfcommTimeOut()
|
H A D | rfcomm_defs.h | 144 (event) == RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS)
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 63 #define RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS 0x00000010 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_rfcomm.cpp | 26 RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS | RFCOMM_CHANNEL_EV_DISCONNECT_FAIL | 184 case RFCOMM_CHANNEL_EV_DISCONNECT_SUCCESS: in TransportRfcEventCallback()
|
Completed in 7 milliseconds