HomeSort by relevance Sort by last modified time
    Searched defs:e_hdl (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gatt/
gatt_sr.cc 444 uint16_t e_hdl, UNUSED_ATTR uint8_t* p_data, tBT_UUID value) {
452 if (el.s_hdl >= s_hdl && el.s_hdl <= e_hdl &&
482 UINT16_TO_STREAM(p, el.e_hdl);
509 uint16_t s_hdl, uint16_t e_hdl) {
519 if (attr.handle > e_hdl) break;
556 uint16_t& e_hdl) {
561 STREAM_TO_UINT16(e_hdl, p);
564 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) ||
565 !GATT_HANDLE_IS_VALID(e_hdl)) {
575 uint16_t& e_hdl) {
606 uint16_t s_hdl = 0, e_hdl = 0; local
667 uint16_t s_hdl = 0, e_hdl = 0; local
783 uint16_t s_hdl, e_hdl, err_hdl = 0; local
    [all...]
gatt_int.h 261 uint16_t e_hdl; /* service ending handle */ member in struct:__anon113658

Completed in 1700 milliseconds