Searched refs:sepCap (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_api.h | 62 AvdtSepConfig *sepCap; member 79 AvdtSepConfig *sepCap; member 264 extern uint16_t AvdtGetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap); 266 extern uint16_t AvdtGetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
|
H A D | avdtp_api.c | 423 uint16_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 uint16_t AvdtGetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AvdtGetCapRsp() argument 466 event.getcap.cfg = sepCap; in AvdtGetCapRsp() 564 uint16_t 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) AvdtGetAllCapRsp() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 488 * @param[in] sepCap SEP capability information 492 BTSTACK_API uint16_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap); 518 * @param[in] sepCap SEP capability information 523 const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap);
|
Completed in 5 milliseconds