Home
last modified time | relevance | path

Searched defs:streamHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_int.h406 uint16_t streamHandle; member
428 uint16_t streamHandle; /* Stream control handle related with the channel */ member
H A Davdtp_message.c1683 void AvdtParseSetconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, u… in AvdtParseSetconfig()
1829 void AvdtParseReconfig(uint16_t streamHandle, const Packet *pkt, uint16_t off, uint8_t *errCode, ui… in AvdtParseReconfig()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp1104 …cessSinkStream(uint16_t handle, Packet *pkt, uint32_t timeStamp, uint8_t pt, uint16_t streamHandle) in ProcessSinkStream()