Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
106 static uint8_t check_legacy_extended_call(uint16_t opcode, uint8_t *buffer_out) in check_legacy_extended_call() argument111 if(opcode >= LEGACY_ADV_OPCODE_LOW && opcode <= LEGACY_ADV_OPCODE_HIGH){ in check_legacy_extended_call()119 else if(opcode >= EXTENDED_ADV_OPCODE_LOW && opcode <= EXTENDED_ADV_OPCODE_HIGH){ in check_legacy_extended_call()129 if(opcode == HCI_LE_CREATE_CONNECTION_OPCODE || in check_legacy_extended_call()130 opcode == HCI_LE_EXTENDED_CREATE_CONNECTION_OPCODE|| in check_legacy_extended_call()131 opcode == HCI_LE_PERIODIC_ADVERTISING_CREATE_SYNC_OPCODE){ in check_legacy_extended_call()137 HOST_TO_LE_16(buffer_out+5,opcode); in check_legacy_extended_call()145 HOST_TO_LE_16(buffer_out+4,opcode); in check_legacy_extended_call()165 for (i = 0; hci_command_table[i].opcode != 0; i++) { in process_command()166 if (op_code == hci_command_table[i].opcode) { in process_command()[all …]
64 uint16_t opcode;82 uint16_t opcode;88 uint8_t opcode;
30 uint16_t opcode; member