Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c60 UINT16 s_handle, UINT16 e_handle,
110 p_cur_srvc->s_handle, p_cur_srvc->e_handle, in display_cache_service()
156 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
231 if(service && p_new_srvc->e_handle < service->s_handle) { in bta_gattc_insert_sec_service_to_cache()
242 … if (p_new_srvc->s_handle > service->e_handle && p_new_srvc->e_handle < next_service->s_handle) { in bta_gattc_insert_sec_service_to_cache()
261 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument
276 p_new_srvc->s_handle = s_handle; in bta_gattc_add_srvc_to_cache()
280 p_new_srvc->handle = s_handle; in bta_gattc_add_srvc_to_cache()
433 *p_s_hdl = p_rec->s_handle; in bta_gattc_get_disc_range()
436 *p_s_hdl = p_rec->s_handle + 1; in bta_gattc_get_disc_range()
[all …]
Dbta_gattc_api.c628 void BTA_GATTC_Read_by_type(UINT16 conn_id, UINT16 s_handle,UINT16 e_handle, tBT_UUID *uuid, tBTA_G… in BTA_GATTC_Read_by_type() argument
638 p_buf->s_handle = s_handle; in BTA_GATTC_Read_by_type()
1174 …t8_t gatt_if, uint16_t conn_id, void *uuid, uint8_t disc_type, uint16_t s_handle, uint16_t e_handl… in BTA_GATTC_Discover() argument
1184 param.s_handle = 1; in BTA_GATTC_Discover()
1187 param.s_handle = s_handle; in BTA_GATTC_Discover()
Dbta_gattc_act.c1177 read_param.service.s_handle = p_data->api_read.s_handle; in bta_gattc_read_by_type()
2010 UINT16 s_handle = ((UINT16)(*(p )) + (((UINT16)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
2014 __func__, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
2020 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c87 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) { in gatt_act_discovery()
90 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
101 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery()
149 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()
163 msg.handle = p_clcb->s_handle; in gatt_act_read()
175 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
182 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
198 msg.handle = p_clcb->s_handle; in gatt_act_read()
235 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
248 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
[all …]
Dgatt_attr.c530 p_clcb->s_handle = p_data->value.dclr_value.val_handle; in gatt_disc_res_cback()
536 p_clcb->s_handle = p_data->handle; in gatt_disc_res_cback()
616 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc()
628 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc()
640 srvc_disc_param.s_handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
650 ccc_value.handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
Dgatt_api.c180 s_hdl = p_list->asgn_range.s_handle; in GATTS_CreateService()
218 p_list->asgn_range.s_handle = s_hdl; in GATTS_CreateService()
290 p_incl_decl->asgn_range.s_handle, in GATTS_AddIncludeService()
433 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); in GATTS_DeleteService()
435 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) in GATTS_DeleteService()
950 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) || in GATTC_Discover()
961 p_clcb->s_handle = p_param->s_handle; in GATTC_Discover()
1023 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
1029 p_clcb->s_handle = 0; in GATTC_Read()
1037 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()
Datt_protocol.c176 UINT16_TO_STREAM (p, p_value_type->s_handle); in attp_build_read_by_type_value_cmd()
563 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg()
565 p_msg->browse.s_handle <= p_msg->browse.e_handle) { in attp_send_cl_msg()
567 p_msg->browse.s_handle, in attp_send_cl_msg()
Dgatt_sr_hash.c125 UINT16_TO_STREAM(p_data, p_attr->p_value->incl_handle.s_handle); in fill_database_info()
224 printf("\thandle %d\n", p_attr->p_value->incl_handle.s_handle); in gatts_show_local_database()
Dgatt_db.c272 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); in read_attr_value()
329 UINT16 s_handle, in gatts_db_read_attr_value_by_type() argument
364 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) { in gatts_db_read_attr_value_by_type()
446 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service() argument
453 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
455 if (service.len == 0 || s_handle == 0 || e_handle == 0) { in gatts_add_included_service()
482 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
Dgatt_utils.c366 if (p_list->in_use && p_list->asgn_range.s_handle == handle) { in gatt_find_hdl_buffer_by_handle()
391 if (p_list->in_use && (p_list->asgn_range.s_handle <= attr_handle) in gatt_find_hdl_buffer_by_attr_handle()
717 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle) { in gatt_add_an_item_to_list()
1478 p_sreg->s_hdl = p_list->asgn_range.s_handle; in gatt_sr_alloc_rcb()
2241 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse() argument
2246 msg.browse.s_handle = s_handle; in gatt_act_send_browse()
2281 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
2292 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h431 UINT16 s_handle; member
452 UINT16 s_handle; member
537 UINT16 s_handle; /* starting handle */ member
618 UINT16 s_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h112 UINT16 s_handle; /* starting handle */ member
435 UINT16 s_handle; /* starting handle of the active request */ member
506 UINT16 s_handle; member
730 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16…
748 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT…
763 …value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h286 UINT16 s_handle; member
529 UINT16 s_handle; member
699 UINT16 s_handle; member
981 void BTA_GATTC_Read_by_type(UINT16 conn_id, UINT16 s_handle,UINT16 e_handle, tBT_UUID *uuid, tBTA_G…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h122 uint16_t s_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h155 UINT16 s_handle; member
290 UINT16 s_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c548 param.service.s_handle = 1; in gap_ble_send_cl_read_request()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c507 arg.read_by_type.s_handle = start_handle; in esp_ble_gattc_read_by_type()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c631 …BTA_GATTC_Read_by_type(arg->read_by_type.conn_id, arg->read_by_type.s_handle, arg->read_by_type.e_… in btc_gattc_read_by_type()