Home | History | Annotate | Download | only in hci

Lines Matching full:application

37 ** Description      This function will register an application with hci and
38 ** returns an application handle and provides a mechanism to
40 ** When the application is registered (or if an error occurs),
56 NFA_TRACE_API0 ("NFA_HciRegister (): Invalid Application name");
62 NFA_TRACE_API0 ("NFA_HciRegister (): Application should provide callback function to register!");
66 NFA_TRACE_API1 ("NFA_HciRegister (): Application Name: %s", p_app_name);
70 /* Register the application with HCI */
78 /* Save application name and callback */
96 ** application and list of dynamic pipes created by the
97 ** application. The app will be notified with
99 ** gates to the application and list of pipes created by the
100 ** application will be returned as part of
119 /* Register the application with HCI */
137 ** Description This function is called to deregister an application
144 ** Returns NFA_STATUS_OK if the application is deregistered successfully
156 NFA_TRACE_API0 ("NFA_HciDeregister (): Invalid Application");
160 NFA_TRACE_API1 ("NFA_HciDeregister (): Application Name: %s", p_app_name);
166 /* Find the application registration */
176 NFA_TRACE_ERROR1 ("NFA_HciDeregister (): Application Name: %s NOT FOUND", p_app_name);
180 /* Deregister the application with HCI */
224 /* Request HCI to allocate a gate to the application */
242 ** previously allocated to the application. When the generic
268 /* Request HCI to deallocate the gate that was previously allocated to the application */
331 ** created earlier by the calling application then the pipe
564 ** by the application.
627 ** by the application.
687 ** by the application.
690 ** or if an error occurs. The application should wait for this
698 ** the application. The app will be notified by
702 ** by the application, it should wait for this event before
703 ** releasing the response buffer. If the application did not
852 /* Request HCI to delete a pipe created by the application identified by hci handle */
915 /* Request HCI to delete a pipe created by the application identified by hci handle */