/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 81 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle, in bta_gattc_display_cache_server() 122 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record() 299 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument 319 p_new_srvc->s_handle = s_handle; in bta_gattc_add_srvc_to_cache() 443 *p_s_hdl = p_rec->s_handle; in bta_gattc_get_disc_range() 448 *p_s_hdl = p_rec->s_handle + 1; in bta_gattc_get_disc_range() 453 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range() 501 param.s_handle = 1; in bta_gattc_discover_procedure() 509 bta_gattc_get_disc_range(p_server_cb, ¶m.s_handle, ¶m.e_handle, is_service); in bta_gattc_discover_procedure() 511 if (param.s_handle > param.e_handle) in bta_gattc_discover_procedure() [all …]
|
D | bta_gattc_int.h | 273 UINT16 s_handle; member 284 UINT16 s_handle; member
|
/system/bt/stack/gatt/ |
D | gatt_cl.c | 87 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 …]
|
D | gatt_attr.c | 341 p_clcb->s_handle = p_data->value.dclr_value.val_handle; in gatt_disc_res_cback() 348 p_clcb->s_handle = p_data->handle; in gatt_disc_res_cback() 431 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc() 443 srvc_disc_param.s_handle = 1; in gatt_cl_start_config_ccc() 455 srvc_disc_param.s_handle = p_clcb->s_handle; in gatt_cl_start_config_ccc() 465 ccc_value.handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
|
D | gatt_api.c | 166 s_hdl = p_list->asgn_range.s_handle; in GATTS_CreateService() 213 p_list->asgn_range.s_handle = s_hdl; in GATTS_CreateService() 256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle, in GATTS_CreateService() 294 p_incl_decl->asgn_range.s_handle, in GATTS_AddIncludeService() 439 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); in GATTS_DeleteService() 441 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) in GATTS_DeleteService() 856 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) || in GATTC_Discover() 868 p_clcb->s_handle = p_param->s_handle; in GATTC_Discover() 931 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read() 936 p_clcb->s_handle = 0; in GATTC_Read() [all …]
|
D | gatt_db.c | 283 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 365 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() 465 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
|
D | gatt_int.h | 106 UINT16 s_handle; /* starting handle */ member 402 UINT16 s_handle; /* starting handle of the active request */ member 480 UINT16 s_handle; member 678 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16… 696 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT… 699 …value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
|
D | att_protocol.c | 179 UINT16_TO_STREAM (p, p_value_type->s_handle); in attp_build_read_by_type_value_cmd() 556 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg() 558 p_msg->browse.s_handle <= p_msg->browse.e_handle) in attp_send_cl_msg() 561 p_msg->browse.s_handle, in attp_send_cl_msg()
|
D | gatt_utils.c | 323 if (p_list->in_use && p_list->asgn_range.s_handle == handle) in gatt_find_hdl_buffer_by_handle() 640 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle) in gatt_add_an_item_to_list() 1362 p_sreg->s_hdl = p_list->asgn_range.s_handle; in gatt_sr_alloc_rcb() 2094 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse() argument 2099 msg.browse.s_handle = s_handle; in gatt_act_send_browse() 2134 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation() 2145 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
|
/system/bt/btif/src/ |
D | btif_gatt_test.c | 172 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback() 173 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback() 273 param.s_handle = params->u2; in btif_gattc_test_command_impl()
|
/system/bt/stack/include/ |
D | gatt_api.h | 407 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/ |
D | bta_gatt_api.h | 275 UINT16 s_handle; member 493 UINT16 s_handle; member
|
/system/bt/stack/srvc/ |
D | srvc_dis.c | 237 param.service.s_handle = 1; in dis_gatt_c_read_dis_req()
|
/system/bt/stack/gap/ |
D | gap_ble.c | 522 param.service.s_handle = 1; in gap_ble_send_cl_read_request()
|