Searched defs:s_hdl (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/gatt/
H A Datt_protocol.c128 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) argument
139 UINT16_TO_STREAM(p, s_hdl);
H A Dgatt_db.c63 UINT16 s_hdl, UINT16 num_handle)
74 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle );
77 p_db->next_handle = s_hdl;
78 p_db->end_handle = s_hdl + num_handle;
446 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x",
62 gatts_init_service_db(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle) argument
H A Dgatt_sr.c504 UINT8 op_code, UINT16 s_hdl,
525 p_rcb->s_hdl >= s_hdl &&
526 p_rcb->s_hdl <= e_hdl &&
554 UINT16_TO_STREAM(p, p_rcb->s_hdl);
597 UINT16 s_hdl, UINT16 e_hdl)
620 if (p_attr->handle >= s_hdl)
682 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
689 STREAM_TO_UINT16(s_hdl, p);
693 if (s_hdl > e_hd
503 gatt_build_primary_service_rsp(BT_HDR *p_msg, tGATT_TCB *p_tcb, UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) argument
596 gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, UINT16 s_hdl, UINT16 e_hdl) argument
744 UINT16 s_hdl = 0, e_hdl = 0; local
808 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
943 UINT16 buf_len, s_hdl, e_hdl, err_hdl = 0; local
[all...]
H A Dgatt_api.c146 UINT16 s_hdl=0; local
165 s_hdl = p_list->asgn_range.s_handle;
172 s_hdl= gatt_cb.hdl_cfg.gatt_start_hdl;
176 s_hdl= gatt_cb.hdl_cfg.gap_start_hdl;
184 s_hdl = p_list->asgn_range.e_handle + 1;
187 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
190 s_hdl= gatt_cb.hdl_cfg.app_start_hdl;
196 if (num_handles > (0xFFFF - s_hdl + 1))
198 GATT_TRACE_ERROR ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handle
[all...]
H A Dgatt_int.h237 UINT16 s_hdl; /* service starting handle */ member in struct:__anon910
334 UINT16 s_hdl; member in struct:srv_list_elem
677 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);

Completed in 65 milliseconds