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.h63 struct hdl_pair { struct
64 hdl_pair() {} in hdl_pair() argument
65 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) in hdl_pair() argument
68 uint16_t val_hdl;
69 uint16_t ccc_hdl;
/packages/modules/Bluetooth/system/bta/le_audio/
Dstorage_helper.cc200 struct hdl_pair hdl_pair; in deserializePacs() local
Dle_audio_types.h1116 struct hdl_pair { struct
1118 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) in hdl_pair() function
1121 uint16_t val_hdl = 0;
1122 uint16_t ccc_hdl = 0;
Dclient.cc2778 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local
2810 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local