Home
last modified time | relevance | path

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

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