Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_int.h47 #define AVDT_CH_TABLE_SIZE (AVDT_NUM_LINKS * 2)
451 AvdtSigCtrl *sigCtrl[AVDT_NUM_LINKS]; /* Channel control blocks */
456 AvdtChannelHandle sigHandles[AVDT_NUM_LINKS]; /* Channel ctrl handles */
H A Davdtp_ctrl.c936 for (int k = 0; k < AVDT_NUM_LINKS; k++) { in AvdtControlBlockInit()
1008 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtGetSigCtrlByAddr()
1032 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtGetSigCtrlByHandle()
1056 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtSigCtrlAllocate()
1094 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtSigDealloc()
1116 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtGetStreamCtrlByHandle()
1383 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtAssignSigHandle()
1429 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtFreeSigHandle()
1471 for (int i = 0; i < AVDT_NUM_LINKS; i++) { in AvdtFreeSigCtrlByHandle()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h52 #ifndef AVDT_NUM_LINKS
53 #define AVDT_NUM_LINKS 6 // SOW Max Number of link devices macro

Completed in 5 milliseconds