Searched defs:s_handle (Results 1 - 9 of 9) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.cc260 param->s_handle = 0x0001;
371 uint16_t s_handle, uint16_t e_handle,
382 p_buf->s_handle = s_handle;
370 BTA_GATTC_ReadUsingCharUuid(uint16_t conn_id, tBT_UUID uuid, uint16_t s_handle, uint16_t e_handle, tBTA_GATT_AUTH_REQ auth_req, GATT_READ_OP_CB callback, void* cb_data) argument
H A Dbta_gattc_act.cc917 read_param.char_type.s_handle = p_data->api_read.s_handle;
1453 uint16_t s_handle = ((uint16_t)(*(p)) + (((uint16_t)(*(p + 1))) << 8)); local
1456 APPL_TRACE_ERROR("%s: service changed s_handle:0x%04x e_handle:0x%04x",
1457 __func__, s_handle, e_handle);
1463 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle);
H A Dbta_gattc_cache.cc101 p_cur_srvc->s_handle, p_cur_srvc->e_handle,
145 "\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
146 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
203 uint16_t s_handle,
215 p_new_srvc->s_handle = s_handle;
219 p_new_srvc->handle = s_handle;
356 *p_s_hdl = p_rec->s_handle;
359 *p_s_hdl = p_rec->s_handle + 1;
364 APPL_TRACE_DEBUG("discover range [%d ~ %d]", p_rec->s_handle,
202 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV* p_srvc_cb, uint16_t s_handle, uint16_t e_handle, tBT_UUID* p_uuid, bool is_primary) argument
594 bta_gattc_srvc_in_list(tBTA_GATTC_SERV* p_srvc_cb, uint16_t s_handle, uint16_t e_handle, UNUSED_ATTR tBT_UUID uuid) argument
628 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV* p_srvc_cb, uint16_t s_handle, uint16_t e_handle, tBT_UUID uuid, bool is_primary) argument
1078 bta_gattc_fill_gatt_db_el(btgatt_db_element_t* p_attr, bt_gatt_db_attribute_type_t type, uint16_t att_handle, uint16_t s_handle, uint16_t e_handle, uint16_t id, tBT_UUID uuid, uint8_t prop) argument
1330 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR* p_attr, uint8_t type, uint16_t s_handle, uint16_t e_handle, tBT_UUID uuid, uint8_t prop, uint16_t incl_srvc_handle, bool is_primary) argument
[all...]
H A Dbta_gattc_int.h105 uint16_t s_handle; member in struct:__anon136
189 uint16_t s_handle; member in struct:__anon146
/system/bt/stack/gatt/
H A Dgatt_db.cc218 UINT16_TO_STREAM(p, attr16.p_value->incl_handle.s_handle);
244 * s_handle: starting handle of the range we are looking for.
256 uint16_t s_handle, uint16_t e_handle, tBT_UUID type, uint16_t* p_len,
267 if (attr.handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) {
330 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, argument
335 __func__, s_handle, e_handle, service.uu.uuid16);
337 if (service.len == 0 || s_handle == 0 || e_handle == 0) {
345 attr.p_value->incl_handle.s_handle = s_handle;
254 gatts_db_read_attr_value_by_type( tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, tBT_UUID type, uint16_t* p_len, tGATT_SEC_FLAG sec_flag, uint8_t key_size, uint32_t trans_id, uint16_t* p_cur_handle) argument
H A Dgatt_api.cc42 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { argument
46 if (s_handle > it->asgn_range.s_handle) break;
71 gatt_add_an_item_to_list(p_hndl_range->s_handle);
246 list.asgn_range.s_handle = s_hdl;
259 num_handles, list.asgn_range.s_handle, list.asgn_range.e_handle,
312 list.svc_db, p_incl_decl->asgn_range.s_handle,
325 if (list.asgn_range.s_handle < it->s_hdl) break;
331 elem.s_hdl = list.asgn_range.s_handle;
409 GATTS_StopService(it->asgn_range.s_handle);
[all...]
H A Dgatt_int.h105 uint16_t s_handle; /* starting handle */ member in struct:__anon903
313 uint16_t s_handle; /* starting handle of the active request */ member in struct:tGATT_CLCB
355 uint16_t s_handle; member in struct:__anon919
566 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle,
575 uint16_t s_handle, uint16_t e_handle, tBT_UUID type, uint16_t* p_len,
/system/bt/bta/include/
H A Dbta_gatt_api.h214 uint16_t s_handle; member in struct:__anon320
425 uint16_t s_handle; member in struct:__anon337
555 uint16_t s_handle; member in struct:__anon348
794 uint16_t s_handle, uint16_t e_handle,
/system/bt/stack/include/
H A Dgatt_api.h415 uint16_t s_handle; member in struct:__anon1120
435 uint16_t s_handle; member in struct:__anon1122
516 uint16_t s_handle; /* starting handle */ member in struct:__anon1131
610 uint16_t s_handle; member in struct:__anon1135

Completed in 130 milliseconds