Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c77 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle, in bta_gattc_display_cache_server()
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
266 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument
286 p_new_srvc->s_handle = s_handle; in bta_gattc_add_srvc_to_cache()
405 *p_s_hdl = p_rec->s_handle; in bta_gattc_get_disc_range()
410 *p_s_hdl = p_rec->s_handle + 1; in bta_gattc_get_disc_range()
415 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range()
461 param.s_handle = 1; in bta_gattc_discover_procedure()
469 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service); in bta_gattc_discover_procedure()
471 if (param.s_handle > param.e_handle) in bta_gattc_discover_procedure()
[all …]
Dbta_gattc_int.h231 UINT16 s_handle; member
241 UINT16 s_handle; member
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c77 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) in gatt_act_discovery()
81 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
94 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery()
132 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()
148 msg.handle = p_clcb->s_handle; in gatt_act_read()
161 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
168 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
179 msg.handle = p_clcb->s_handle; in gatt_act_read()
215 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
229 p_clcb->s_handle = p_attr->handle; in gatt_act_write()
[all …]
Dgatt_api.c166 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()
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()
846 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) || in GATTC_Discover()
858 p_clcb->s_handle = p_param->s_handle; in GATTC_Discover()
921 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
926 p_clcb->s_handle = 0; in GATTC_Read()
[all …]
Dgatt_db.c277 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); in read_attr_value()
319 UINT16 s_handle, in gatts_db_read_attr_value_by_type() argument
351 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) in gatts_db_read_attr_value_by_type()
412 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service() argument
418 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
420 if (service.len == 0 || s_handle == 0 || e_handle == 0) in gatts_add_included_service()
430 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
Datt_protocol.c179 UINT16_TO_STREAM (p, p_value_type->s_handle); in attp_build_read_handles_cmd()
555 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg()
557 p_msg->browse.s_handle <= p_msg->browse.e_handle) in attp_send_cl_msg()
560 p_msg->browse.s_handle, in attp_send_cl_msg()
Dgatt_int.h106 UINT16 s_handle; /* starting handle */ member
389 UINT16 s_handle; /* starting handle of the active request */ member
650 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16…
668 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT…
671 …value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
Dgatt_utils.c322 if (p_list->in_use && p_list->asgn_range.s_handle == handle) in gatt_find_hdl_buffer_by_handle()
637 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle) in gatt_add_an_item_to_list()
1278 p_sreg->s_hdl = p_list->asgn_range.s_handle; in gatt_sr_alloc_rcb()
1996 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse() argument
2001 msg.browse.s_handle = s_handle; in gatt_act_send_browse()
2036 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
2046 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_test.c166 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
167 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
263 param.s_handle = params->u2; in btif_gattc_test_command_impl()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h400 UINT16 s_handle; member
422 UINT16 s_handle; member
516 UINT16 s_handle; /* starting handle */ member
594 UINT16 s_handle; member
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h244 UINT16 s_handle; member
434 UINT16 s_handle; member
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c750 param.service.s_handle = 1; in gap_ble_cl_read_request()
941 param.s_handle = 1; in GAP_BleUpdateReconnectAddr()