Searched refs:AVCT_BR_DISCONNECT_CFM_EVT (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 78 AVCT_BR_DISCONNECT_CFM_EVT, // Browse Disconnect confirm enumerator
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_act.c | 131 AvctCbConnEvtCallback(data->cbConn, AVCT_BR_DISCONNECT_CFM_EVT, AVCT_SUCCESS, &(data->cbConn->cbDev->peerAddr)); in AvctCbBrChUnbind() 229 /* Send AVCT_BR_DISCONNECT_CFM_EVT */ in AvctCbBrChCloseCfm() 230 AvctCbConnEvtCallback(cbConn, AVCT_BR_DISCONNECT_CFM_EVT, AVCT_SUCCESS, &(cbConn->cbDev->peerAddr)); in AvctCbBrChCloseCfm()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 841 info->eventCallback_(info->connectId_, AVCT_BR_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_ct_profile.cpp | 2004 case AVCT_BR_DISCONNECT_CFM_EVT: in ProcessChannelEvent() 2307 case AVCT_BR_DISCONNECT_CFM_EVT: in GetEventName() 2308 return "AVCT_BR_DISCONNECT_CFM_EVT"; in GetEventName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_state_machine.cpp | 814 info->eventCallback_(info->connectId_, AVCT_BR_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_tg_profile.cpp | 1790 case AVCT_BR_DISCONNECT_CFM_EVT: in ProcessChannelEvent() 1791 HILOGI("Receive [AVCT_BR_DISCONNECT_CFM_EVT] - Result[%{public}x] - Address[%{public}s]", in ProcessChannelEvent()
|
Completed in 11 milliseconds