Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 1 of 1) sorted by relevance

/net/bluetooth/
Dmgmt.c304 u16 num_commands, num_events; in read_commands() local
312 num_events = ARRAY_SIZE(mgmt_events); in read_commands()
315 num_events = ARRAY_SIZE(mgmt_untrusted_events); in read_commands()
318 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
325 rp->num_events = cpu_to_le16(num_events); in read_commands()
333 for (i = 0; i < num_events; i++, opcode++) in read_commands()
341 for (i = 0; i < num_events; i++, opcode++) in read_commands()