Home | History | Annotate | Download | only in src

Lines Matching full:admin

22 * \brief HCI Admin Gate Management Routines.                                  *
85 /* Information structure for the Admin Gate */
87 /* Current running Sequence of the Admin Management */
89 /* Next running Sequence of the Admin Management */
91 /* Pointer to the Admin Pipe Information */
99 /* List of Hosts that can be access the device Admin Gate. */
120 * Admin gate.
191 * \brief Initialisation of Admin Gate and Establish the Session .
193 * This function initialses the Admin Gates and Establishes the Session by creating
242 /* Admin pipe open sequence , Initially open the Admin Pipe */
379 /* Admin pipe Re-Open sequence , Re-Open the Admin Pipe */
512 }/* End of the Admin Info Memory Check */
589 * \brief Releases the resources allocated the Admin Management.
591 * This function Releases the resources allocated the Admin Management
628 * \brief Sends the HCI Admin Event to the corresponding peripheral device.
630 * This function sends the HCI Admin Events to the connected NFC Pheripheral
692 * \brief Sends the HCI Admin Commands to the corresponding peripheral device.
694 * This function sends the HCI Admin Commands to the connected NFC Pheripheral
946 * \brief Receives the HCI Admin Commands from the corresponding peripheral device.
948 * This function receives the HCI Admin Commands from the connected NFC Pheripheral
1080 * \brief Receives the HCI Admin Event from the corresponding peripheral device.
1082 * This function receives the HCI Admin Events from the connected NFC Pheripheral
1157 HCI_PRINT_BUFFER("Admin Mgmt Info Buffer",reg_value,reg_length);