Searched refs:hack (Results 1 – 2 of 2) sorted by relevance
1163 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; in btu_hcif_command_complete_evt_on_task() local1166 …uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event header… in btu_hcif_command_complete_evt_on_task()1172 hack->response->len - 5, // 3 for the command complete headers, 2 for the event headers in btu_hcif_command_complete_evt_on_task()1173 hack->context); in btu_hcif_command_complete_evt_on_task()1175 osi_free(hack->response); in btu_hcif_command_complete_evt_on_task()1216 command_complete_hack_t *hack = (command_complete_hack_t *)&event->data[0]; in btu_hcif_command_complete_evt() local1225 hack->callback = btu_hcif_command_complete_evt_on_task; in btu_hcif_command_complete_evt()1226 hack->response = response; in btu_hcif_command_complete_evt()1227 hack->context = context; in btu_hcif_command_complete_evt()1437 command_status_hack_t *hack = (command_status_hack_t *)&event->data[0]; in btu_hcif_command_status_evt_on_task() local[all …]
145 # this is a hack due to an (annoying) shortcoming in cmake, it can't