Searched refs:s_handle (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c77 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
117 APPL_TRACE_ERROR5("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
266 UINT16 s_handle, UINT16 e_handle,
286 p_new_srvc->s_handle = s_handle;
405 *p_s_hdl = p_rec->s_handle;
410 *p_s_hdl = p_rec->s_handle + 1;
415 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
461 param.s_handle
265 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID *p_uuid, BOOLEAN is_primary, UINT8 srvc_inst) argument
660 bta_gattc_srvc_in_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid) argument
697 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid, BOOLEAN is_primary) argument
1506 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle, UINT16 e_handle, UINT8 id, tBT_UUID uuid, UINT8 prop, BOOLEAN is_primary) argument
[all...]
H A Dbta_gattc_int.h231 UINT16 s_handle; member in struct:gattc_svc_cache
241 UINT16 s_handle; member in struct:__anon546
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c77 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
81 cl_req.browse.s_handle = p_clcb->s_handle;
94 cl_req.find_type_value.s_handle = p_clcb->s_handle;
132 msg.browse.s_handle = p_clcb->s_handle;
148 msg.handle = p_clcb->s_handle;
161 msg.read_blob.handle = p_clcb->s_handle;
[all...]
H A Dgatt_api.c166 s_hdl = p_list->asgn_range.s_handle;
213 p_list->asgn_range.s_handle = s_hdl;
256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
294 p_incl_decl->asgn_range.s_handle,
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
440 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
846 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) ||
858 p_clcb->s_handle = p_param->s_handle;
921 p_clcb->s_handle
[all...]
H A Datt_protocol.c176 p_buf->len = 5; /* opcode + s_handle + e_handle */
179 UINT16_TO_STREAM (p, p_value_type->s_handle);
555 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) &&
557 p_msg->browse.s_handle <= p_msg->browse.e_handle)
560 p_msg->browse.s_handle,
H A Dgatt_db.c277 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle);
305 ** s_handle: starting handle of the range we are looking for.
319 UINT16 s_handle,
351 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
412 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, argument
418 s_handle, e_handle, service.uu.uuid16);
420 if (service.len == 0 || s_handle == 0 || e_handle == 0)
430 p_attr->p_value->incl_handle.s_handle = s_handle;
315 gatts_db_read_attr_value_by_type(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle, UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id, UINT16 *p_cur_handle) argument
H A Dgatt_int.h106 UINT16 s_handle; /* starting handle */ member in struct:__anon1136
389 UINT16 s_handle; /* starting handle of the active request */ member in struct:__anon1153
650 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
668 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
671 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
H A Dgatt_utils.c322 if (p_list->in_use && p_list->asgn_range.s_handle == handle)
637 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle)
1278 p_sreg->s_hdl = p_list->asgn_range.s_handle;
1996 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, argument
2001 msg.browse.s_handle = s_handle;
2036 cb_data.att_value.handle = p_clcb->s_handle;
2046 cb_data.att_value.handle = p_clcb->s_handle;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c166 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
167 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
263 param.s_handle = params->u2;
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h400 UINT16 s_handle; member in struct:__anon1367
422 UINT16 s_handle; member in struct:__anon1369
516 UINT16 s_handle; /* starting handle */ member in struct:__anon1378
594 UINT16 s_handle; member in struct:__anon1382
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h244 UINT16 s_handle; member in struct:__anon716
434 UINT16 s_handle; member in struct:__anon730
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c750 param.service.s_handle = 1;
941 param.s_handle = 1;

Completed in 116 milliseconds