Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_ctrl.h41 extern AvdtSigCtrl *AvdtSigCtrlAllocate(const BtAddr *bdAddr, uint8_t role);
H A Davdtp_api.c143 sigCtrl = AvdtSigCtrlAllocate(bdAddr, AVDT_ROLE_UNKOWN); in AvdtCreateStream()
290 sigCtrl = AvdtSigCtrlAllocate(bdAddr, AVDT_ROLE_UNKOWN); in AvdtDiscoverReq()
389 sigCtrl = AvdtSigCtrlAllocate(bdAddr, AVDT_ROLE_UNKOWN); in AvdtGetCapReq()
393 LOG_ERROR("[AVDT]%{public}s: AvdtSigCtrlAllocate failed!", __func__); in AvdtGetCapReq()
530 sigCtrl = AvdtSigCtrlAllocate(bdAddr, AVDT_ROLE_UNKOWN); in AvdtGetAllCapReq()
534 LOG_ERROR("[AVDT]%{public}s: AvdtSigCtrlAllocate failed!", __func__); in AvdtGetAllCapReq()
H A Davdtp_ctrl.c1044 * @brief AvdtSigCtrlAllocate
1052 AvdtSigCtrl *AvdtSigCtrlAllocate(const BtAddr *bdAddr, uint8_t role) in AvdtSigCtrlAllocate() function
1563 sigCtrl = AvdtSigCtrlAllocate(bdAddr, AVDT_ROLE_UNKOWN); in AvdtCreateSEP()

Completed in 7 milliseconds