Home
last modified time | relevance | path

Searched refs:AbortContinuingResponse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h968 virtual int AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h868 int AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h480 int AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) override;
H A Davrcp_ct_service.cpp1574 int AvrcpCtService::AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) in AbortContinuingResponse() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp540 int ret = profile_->AbortContinuingResponse(device, 0);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1683 int AvrcpController::AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in AbortContinuingResponse() function in OHOS::Bluetooth::AvrcpController