Found 8 other functions taking a
tAVDT_CFG
argument:
* Function avdt_msg_bld_cfg * Description This function builds the configuration parameters contained * in a command or response message. * Returns void.
* Function AVDT_OpenReq * Description This function initiates a connection to the AVDTP service * on the peer device, if not already present, and connects * to a stream endpoint on a peer device. When the connection * is completed, an AVDT_OPEN_CFM_EVT is sent to the * application via the control callback function for this handle. * Returns AVDT_SUCCESS if successful, otherwise error.
* Function AVDT_ReconfigReq * Description Reconfigure a stream endpoint. This allows the application * to change the codec or content protection capabilities of * a stream endpoint after it has been opened. This function * can only be called if the stream is opened but not started * or if the stream has been suspended. When the procedure * is completed, an AVDT_RECONFIG_CFM_EVT is sent to the * application via the control callback function for this handle. * Returns AVDT_SUCCESS if successful, otherwise error.
* Function AVDT_GetCapReq * Description This function initiates a connection to the AVDTP service * on the peer device, if not already present, and gets the * capabilities of a stream endpoint on the peer device. * This function can be called at any time regardless of * whether there is an AVDTP connection to the peer device. * When the procedure is complete, an AVDT_GETCAP_CFM_EVT is * sent to the application via its callback function. The * application must not call AVDT_GetCapReq() or * AVDT_DiscoverReq() again until the procedure is complete. * The memory pointed to by p_cfg is allocated by the * application. This memory is written to by AVDTP as part * of the get capabilities procedure. This memory must * remain accessible until the application receives * the AVDT_GETCAP_CFM_EVT. * Returns AVDT_SUCCESS if successful, otherwise error.
* Function AVDT_GetAllCapReq * Description This function initiates a connection to the AVDTP service * on the peer device, if not already present, and gets the * capabilities of a stream endpoint on the peer device. * This function can be called at any time regardless of * whether there is an AVDTP connection to the peer device. * When the procedure is complete, an AVDT_GETCAP_CFM_EVT is * sent to the application via its callback function. The * application must not call AVDT_GetCapReq() or * AVDT_DiscoverReq() again until the procedure is complete. * The memory pointed to by p_cfg is allocated by the * application. This memory is written to by AVDTP as part * of the get capabilities procedure. This memory must * remain accessible until the application receives * the AVDT_GETCAP_CFM_EVT. * Returns AVDT_SUCCESS if successful, otherwise error.
* Function AVDTC_GetCapRsp * Description Send a get capabilities response. * Returns void
* Function AVDTC_GetAllCapRsp * Description Send a get all capabilities response. * Returns void
* Function AVDTC_GetConfigRsp * Description Send a get configuration response. * Returns void