Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.h142 uint16_t firstFailHandle; member
159 uint16_t firstFailHandle; member
274 extern uint16_t AvdtStartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, ui…
276 extern uint16_t AvdtSuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, …
H A Davdtp_api.c1145 uint16_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t … in AVDT_StartRsp() argument
1151 firstFailHandle); in AVDT_StartRsp()
1163 param->firstFailHandle = firstFailHandle; in AVDT_StartRsp()
1178 …param->ret = AvdtStartRsp(param->firstHandle, param->transLabel, param->firstFailHandle, param->er… in AvdtStartRspTsk()
1183 uint16_t AvdtStartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t e… in AvdtStartRsp() argument
1189 firstFailHandle); in AvdtStartRsp()
1297 uint16_t AVDT_SuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_… in AVDT_SuspendRsp() argument
1299 …("[AVDT]%{public}s:firstHandle(%hu),firstFailHandle(%hu)", __func__, firstHandle, firstFailHandle); in AVDT_SuspendRsp()
1311 param->firstFailHandle = firstFailHandle; in AVDT_SuspendRsp()
1326 …param->ret = AvdtSuspendRsp(param->firstHandle, param->transLabel, param->firstFailHandle, param->… in AvdtSuspendRspTsk()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h645 …6_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errC…
675 uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);