Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h953 virtual int RequestContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h854 int RequestContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h467 int RequestContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) override;
H A Davrcp_ct_service.cpp1531 int AvrcpCtService::RequestContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) in RequestContinuingResponse() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp523 int ret = profile_->RequestContinuingResponse(device, 0);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1668 int AvrcpController::RequestContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in RequestContinuingResponse() function in OHOS::Bluetooth::AvrcpController