Home
last modified time | relevance | path

Searched refs:s_handle (Results 1 – 16 of 16) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.c96 p_cur_srvc->s_handle, p_cur_srvc->e_handle, in display_cache_service()
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
201 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument
212 p_new_srvc->s_handle = s_handle; in bta_gattc_add_srvc_to_cache()
216 p_new_srvc->handle = s_handle; in bta_gattc_add_srvc_to_cache()
348 *p_s_hdl = p_rec->s_handle; in bta_gattc_get_disc_range()
353 *p_s_hdl = p_rec->s_handle + 1; in bta_gattc_get_disc_range()
358 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range()
406 param.s_handle = 1; in bta_gattc_discover_procedure()
414 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service); in bta_gattc_discover_procedure()
[all …]
Dbta_gattc_int.h241 UINT16 s_handle; member
Dbta_gattc_act.c1697 UINT16 s_handle = ((UINT16)(*(p )) + (((UINT16)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
1701 __func__, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
1707 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
/system/bt/stack/gatt/
Dgatt_cl.c87 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) in gatt_act_discovery()
91 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
104 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery()
151 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()
167 msg.handle = p_clcb->s_handle; in gatt_act_read()
180 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
187 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
198 msg.handle = p_clcb->s_handle; in gatt_act_read()
236 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
250 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
[all …]
Dgatt_attr.c324 p_clcb->s_handle = p_data->value.dclr_value.val_handle; in gatt_disc_res_cback()
331 p_clcb->s_handle = p_data->handle; in gatt_disc_res_cback()
404 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc()
412 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc()
420 srvc_disc_param.s_handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
426 ccc_value.handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
Dgatt_api.c165 s_hdl = p_list->asgn_range.s_handle; in GATTS_CreateService()
212 p_list->asgn_range.s_handle = s_hdl; in GATTS_CreateService()
255 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle, in GATTS_CreateService()
293 p_incl_decl->asgn_range.s_handle, in GATTS_AddIncludeService()
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); in GATTS_DeleteService()
440 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) in GATTS_DeleteService()
855 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) || in GATTC_Discover()
867 p_clcb->s_handle = p_param->s_handle; in GATTC_Discover()
929 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
934 p_clcb->s_handle = 0; in GATTC_Read()
[all …]
Dgatt_db.c283 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); in read_attr_value()
325 UINT16 s_handle, in gatts_db_read_attr_value_by_type() argument
362 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) in gatts_db_read_attr_value_by_type()
440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service() argument
447 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
449 if (service.len == 0 || s_handle == 0 || e_handle == 0) in gatts_add_included_service()
459 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
Datt_protocol.c167 UINT16_TO_STREAM(p, p_value_type->s_handle); in attp_build_read_by_type_value_cmd()
528 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg()
530 p_msg->browse.s_handle <= p_msg->browse.e_handle) in attp_send_cl_msg()
533 p_msg->browse.s_handle, in attp_send_cl_msg()
Dgatt_int.h106 UINT16 s_handle; /* starting handle */ member
402 UINT16 s_handle; /* starting handle of the active request */ member
461 UINT16 s_handle; member
660 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16…
678 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT…
681 …value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
Dgatt_utils.c340 if (p_list->in_use && p_list->asgn_range.s_handle == handle) in gatt_find_hdl_buffer_by_handle()
660 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle) in gatt_add_an_item_to_list()
1416 p_sreg->s_hdl = p_list->asgn_range.s_handle; in gatt_sr_alloc_rcb()
2150 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse() argument
2155 msg.browse.s_handle = s_handle; in gatt_act_send_browse()
2190 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
2201 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
/system/bt/btif/src/
Dbtif_gatt_test.c168 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
169 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
269 param.s_handle = params->u2; in btif_gattc_test_command_impl()
/system/bt/stack/include/
Dgatt_api.h407 UINT16 s_handle; member
429 UINT16 s_handle; member
523 UINT16 s_handle; /* starting handle */ member
608 UINT16 s_handle; member
/system/bt/bta/include/
Dbta_gatt_api.h236 UINT16 s_handle; member
433 UINT16 s_handle; member
566 UINT16 s_handle; member
/system/bt/stack/srvc/
Dsrvc_dis.c234 param.service.s_handle = 1; in dis_gatt_c_read_dis_req()
/system/bt/stack/gap/
Dgap_ble.c522 param.service.s_handle = 1; in gap_ble_send_cl_read_request()
/system/bt/bta/hh/
Dbta_hh_le.c1396 incl_svc->s_handle, in process_included()