Home | History | Annotate | Download | only in src

Lines Matching defs:instruction

774         uint8_t                     instruction=0, 
781 /* Get the instruction bits from the Message Header */
782 instruction = (uint8_t) GET_BITS8( message->msg_header,
785 HCI_DEBUG ("HCI : instruction : %02X\n", instruction);
787 if ((EVT_TARGET_DISCOVERED == instruction)