Searched refs:SetConfigureRsp (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.h | 261 static uint16_t SetConfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category);
|
H A D | a2dp_avdtp.cpp | 138 uint16_t A2dpAvdtp::SetConfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category) in SetConfigureRsp() function in OHOS::bluetooth::A2dpAvdtp 349 SetConfigureRsp(handle, data.configInd.hdr.label, category); in ParseAvdtpConfigureInd()
|
H A D | a2dp_state_machine.cpp | 195 avdtp.SetConfigureRsp(msgData.configRsp.handle, msgData.configRsp.label, msgData.configRsp.category); in ProcessSetConfigInd() 426 avdtp.SetConfigureRsp(msgData.configRsp.handle, msgData.configRsp.label, msgData.configRsp.category); in ProcessSetConfigInd()
|
Completed in 5 milliseconds