Home
last modified time | relevance | path

Searched refs:AVDT_GetCapReq (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h478 BTSTACK_API uint16_t AVDT_GetCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp97 uint16_t ret = AVDT_GetCapReq(&const_cast<BtAddr &>(addr), seid, &label); in GetCapabilityReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.c350 uint16_t AVDT_GetCapReq(const BtAddr *bdAddr, uint8_t acpSeid, uint8_t *transLabel) in AVDT_GetCapReq() function