Searched refs:sepCap (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_api.h | 62 AvdtSepConfig *sepCap; member 79 AvdtSepConfig *sepCap; member 264 …_t AvdtGetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap); 266 …AvdtGetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
|
H A D | avdtp_api.c | 423 …_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AVDT_GetCapRsp() argument 438 param->sepCap = sepCap; in AVDT_GetCapRsp() 452 param->ret = AvdtGetCapRsp(param->bdAddr, param->transLabel, param->errCode, param->sepCap); in AvdtGetCapRspTsk() 457 …6_t AvdtGetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AvdtGetCapRsp() argument 466 event.getcap.cfg = sepCap; in AvdtGetCapRsp() 564 …AVDT_GetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AVDT_GetAllCapRsp() argument 579 param->sepCap = sepCap; in AVDT_GetAllCapRsp() 593 param->ret = AvdtGetAllCapRsp(param->bdAddr, param->transLabel, param->errCode, param->sepCap); in AvdtGetAllCapRspTsk() 598 … AvdtGetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AvdtGetAllCapRsp() argument 607 event.getcap.cfg = sepCap; in AvdtGetAllCapRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 492 …t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap); 523 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
|