Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h60 struct hdl_pair { struct
61 hdl_pair() {} in hdl_pair() argument
62 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) : val_hdl(val_hdl), ccc_hdl(ccc_hdl) {} in hdl_pair() argument
64 uint16_t val_hdl;
65 uint16_t ccc_hdl;
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h1078 struct hdl_pair { struct
1080 hdl_pair(uint16_t val_hdl, uint16_t ccc_hdl) : val_hdl(val_hdl), ccc_hdl(ccc_hdl) {} in hdl_pair() argument
1082 uint16_t val_hdl = 0;
1083 uint16_t ccc_hdl = 0;
Dstorage_helper.cc192 struct hdl_pair hdl_pair; in deserializePacs() local
Dclient.cc3121 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local
3146 struct hdl_pair hdl_pair; in OnServiceSearchComplete() local