Home
last modified time | relevance | path

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

/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, uint8_t errCode);
276 extern uint16_t AvdtSuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
H A Davdtp_api.c1145 uint16_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) in AVDT_StartRsp() argument
1147 LOG_INFO("[AVDT]%{public}s:transLabel(%hhu),firstHandle(%hu),firstFailHandle(%hu)", in AVDT_StartRsp()
1151 firstFailHandle); in AVDT_StartRsp()
1163 param->firstFailHandle = firstFailHandle; in AVDT_StartRsp()
1178 param->ret = AvdtStartRsp(param->firstHandle, param->transLabel, param->firstFailHandle, param->errCode); in AvdtStartRspTsk()
1183 uint16_t AvdtStartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) in AvdtStartRsp() argument
1185 LOG_DEBUG("[AVDT]%{public}s:transLabel(%hhu),firstHandle(%hu),firstFailHandle(%hu)", in AvdtStartRsp()
1189 firstFailHandle); in AvdtStartRsp()
1297 uint16_t AVDT_SuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_ argument
1331 AvdtSuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) AvdtSuspendRsp() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h640 * @param[in] firstFailHandle First stream handle failed
645 BTSTACK_API uint16_t AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);
669 * @param[in] firstFailHandle First stream handle failed
675 uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode);

Completed in 6 milliseconds