Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dmgmt.h71 __le16 num_commands; member
/linux-4.4.14/net/bluetooth/
Dmgmt.c297 u16 num_commands, num_events; in read_commands() local
304 num_commands = ARRAY_SIZE(mgmt_commands); in read_commands()
307 num_commands = ARRAY_SIZE(mgmt_untrusted_commands); in read_commands()
311 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
317 rp->num_commands = cpu_to_le16(num_commands); in read_commands()
323 for (i = 0; i < num_commands; i++, opcode++) in read_commands()
331 for (i = 0; i < num_commands; i++, opcode++) in read_commands()