Home | History | Annotate | Download | only in src

Lines Matching full:hci

100  *  The open callback function to be called by the HCI when open (initializaion)
102 * It is passed as a parameter to HCI when calling HCI Init.
166 * The close callback function called by the HCI when close sequence is
168 * It is passed as a parameter to HCI when calling HCI Release.
268 case LAYER_HCI: /*Configure Hci*/
270 (*pphLayer+i)->layer_name =(uint8_t *) "Hci";
304 #define LOG_TAG "NFC-HCI"
420 PHDBG_INFO("Hal4:Calling Hci-Init");
431 /*Hci Init did not succeed.free Resources and return*/
703 /*Call Hci Release*/
704 PHDBG_INFO("Hal4:Calling Hci Release");
748 /*Call Hci Release*/
749 PHDBG_INFO("Hal4:Calling Hci Release");
755 );/*Clean up Hci*/
874 * Handles all notifications received from HCI layer.
904 by Hci*/
909 /*Check the type of notification received from Hci and handle it
1044 (void *)Hal4Ctxt);/*Clean up Hci*/
1068 /*Generic Error type received from Hci.Handle the error based on
1072 PHDBG_WARNING("Hal4:Error Notification from HCI");
1128 /*Event handler for HAL-HCI interface*/
1243 /*Configure HCI Discovery*/
1268 /*Pass on Event notification info from Hci to Upper layer*/