Searched refs:AbortContinuingResponse (Results 1 – 6 of 6) sorted by relevance
968 virtual int AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) = 0;
868 int AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId);
480 int AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) override;
1574 int AvrcpCtService::AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) in AbortContinuingResponse() function in OHOS::bluetooth::AvrcpCtService
540 int ret = profile_->AbortContinuingResponse(device, 0);
1683 int AvrcpController::AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in AbortContinuingResponse() function in OHOS::Bluetooth::AvrcpController