mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-15 07:53:58 +08:00
android/tester-hidhost: Make cid_data static
This commit is contained in:
parent
a4e44d955a
commit
921a4d86c1
@ -57,7 +57,7 @@ struct emu_cid_data {
|
||||
uint16_t intr_cid;
|
||||
};
|
||||
|
||||
struct emu_cid_data cid_data;
|
||||
static struct emu_cid_data cid_data;
|
||||
|
||||
static const uint8_t did_req_pdu[] = { 0x06, /* PDU id */
|
||||
0x00, 0x00, /* Transaction id */
|
||||
|
Loading…
Reference in New Issue
Block a user