Searched refs:get_opcode (Results 1 – 1 of 1) sorted by relevance
65 #define get_opcode(ocg, ocf) (((uint16_t)(ocg) & (uint16_t)0x3FU) << 10) | (uint16_t)((ocf)&0x3FFU) macro594 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_EnableBleLowPower()616 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in PLATFORM_DisableBleLowPower()817 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_STORE_BT_CAL_DATA_OCF); in PLATFORM_SetBtCalData()835 … uint16_t opcodeAnnex100 = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in PLATFORM_SetBtCalDataAnnex100()932 uint16_t opcode = get_opcode(HCI_CMD_VENDOR_OCG, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in PLATFORM_BleSetHostSleepConfig()