Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hh.cc71 static int btif_hh_keylockstates = 0; // The current key state of each key variable
166 static int get_keylockstates() { return btif_hh_keylockstates; } in get_keylockstates()
169 if (isSet) btif_hh_keylockstates |= keymask; in set_keylockstate()
268 static_cast<uint8_t>(btif_hh_keylockstates)}; /* keystate */ in update_keyboard_lockstates()
272 p_dev->dev_handle, btif_hh_keylockstates); in update_keyboard_lockstates()