Searched refs:cmd_len (Results 1 – 1 of 1) sorted by relevance
340 uint16_t cmd_len = 0; in cyw43_btbus_write() local343 cmd_len = size - 4; //in BTSDIO, cmd_len does not include header length in cyw43_btbus_write()347 buf[0] = (uint8_t) (cmd_len & 0xFF); in cyw43_btbus_write()348 buf[1] = (uint8_t) ((cmd_len & 0xFF00) >> 8); in cyw43_btbus_write()353 cybt_debug("cyw43_btbus_write: %d\n", cmd_len); in cyw43_btbus_write()