Home
last modified time | relevance | path

Searched defs:hdl_pair (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h58 struct hdl_pair { struct
59 hdl_pair() {} in hdl_pair() argument
60 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) : val_hdl(val_hdl), ccc_hdl(ccc_hdl) {} in hdl_pair() function
62 uint16_t val_hdl;
63 uint16_t ccc_hdl;
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h653 struct hdl_pair { struct
655 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) in hdl_pair() argument
658 uint16_t val_hdl = 0;
659 uint16_t ccc_hdl = 0;
Dstorage_helper.cc194 struct hdl_pair hdl_pair; in deserializePacs() local
Dclient.cc2526 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local
2556 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local