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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 147 UINT16 s_hdl=0; local
166 s_hdl = p_list->asgn_range.s_handle;
173 s_hdl= gatt_cb.hdl_cfg.gatt_start_hdl;
177 s_hdl= gatt_cb.hdl_cfg.gap_start_hdl;
185 s_hdl = p_list->asgn_range.e_handle + 1;
188 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
191 s_hdl= gatt_cb.hdl_cfg.app_start_hdl;
197 if (num_handles > (0xFFFF - s_hdl + 1))
199 GATT_TRACE_ERROR2 ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handles)
    [all...]
gatt_sr.c 513 UINT8 op_code, UINT16 s_hdl,
532 p_rcb->s_hdl >= s_hdl &&
533 p_rcb->s_hdl <= e_hdl &&
561 UINT16_TO_STREAM(p, p_rcb->s_hdl);
603 UINT16 s_hdl, UINT16 e_hdl)
626 if (p_attr->handle >= s_hdl)
683 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
690 STREAM_TO_UINT16(s_hdl, p);
694 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)
743 UINT16 s_hdl = 0, e_hdl = 0; local
813 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
949 s_hdl, e_hdl, err_hdl = 0; local
    [all...]
gatt_int.h 222 UINT16 s_hdl; /* service starting handle */ member in struct:__anon2602
318 UINT16 s_hdl; member in struct:srv_list_elem
655 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);

Completed in 58 milliseconds