/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 77 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() 295 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument 316 p_new_srvc->e_handle = e_handle; in bta_gattc_add_srvc_to_cache() 447 *p_e_hdl = p_rec->e_handle; in bta_gattc_get_disc_range() 449 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range() 488 param.e_handle = 0xFFFF; in bta_gattc_discover_procedure() 495 bta_gattc_get_disc_range(p_server_cb, ¶m.s_handle, ¶m.e_handle, is_service); in bta_gattc_discover_procedure() 497 if (param.s_handle > param.e_handle) in bta_gattc_discover_procedure() 579 p_rec->e_handle, in bta_gattc_explore_srvc() [all …]
|
D | bta_gattc_int.h | 263 UINT16 e_handle; member 274 UINT16 e_handle; member
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_test.c | 152 p_data->handle, p_data->value.group_value.e_handle, in btif_test_discovery_result_cback() 153 p_data->handle, p_data->value.group_value.e_handle); in btif_test_discovery_result_cback() 166 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() 265 param.e_handle = params->u3; in btif_gattc_test_command_impl()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_cl.c | 85 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) in gatt_act_discovery() 90 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery() 103 cl_req.find_type_value.e_handle = p_clcb->e_handle; in gatt_act_discovery() 143 msg.browse.e_handle = p_clcb->e_handle; in gatt_act_read() 423 STREAM_TO_UINT16 (result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp() 433 …p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_hand… in gatt_process_find_type_value_rsp() 793 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp() 805 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp() 808 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) in gatt_process_read_by_type_rsp()
|
D | gatt_db.c | 278 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle); in read_attr_value() 320 UINT16 e_handle, in gatts_db_read_attr_value_by_type() argument 338 while (p_attr && p_attr->handle <= e_handle) 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() 431 p_attr->p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
|
D | gatt_api.c | 185 s_hdl = p_list->asgn_range.e_handle + 1; in GATTS_CreateService() 214 p_list->asgn_range.e_handle = s_hdl+num_handles-1; in GATTS_CreateService() 256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle, in GATTS_CreateService() 295 p_incl_decl->asgn_range.e_handle, in GATTS_AddIncludeService() 438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); in GATTS_DeleteService() 847 !GATT_HANDLE_IS_VALID(p_param->e_handle) || in GATTC_Discover() 859 p_clcb->e_handle = p_param->e_handle; in GATTC_Discover() 922 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
|
D | att_protocol.c | 180 UINT16_TO_STREAM (p, p_value_type->e_handle); in attp_build_read_handles_cmd() 556 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) && in attp_send_cl_msg() 557 p_msg->browse.s_handle <= p_msg->browse.e_handle) in attp_send_cl_msg() 561 p_msg->browse.e_handle, in attp_send_cl_msg()
|
D | gatt_int.h | 107 UINT16 e_handle; /* ending handle */ member 390 UINT16 e_handle; /* ending handle of the active request */ member 650 …T8 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… 672 …UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 tran…
|
D | gatt_utils.c | 1279 p_sreg->e_hdl = p_list->asgn_range.e_handle; in gatt_sr_alloc_rcb() 1997 UINT16 e_handle, tBT_UUID uuid) in gatt_act_send_browse() argument 2002 msg.browse.e_handle = e_handle; in gatt_act_send_browse()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 410 UINT16 e_handle; member 432 UINT16 e_handle; member 515 UINT16 e_handle; /* ending handle of the group */ member 526 UINT16 e_handle; /* ending handle */ member 604 UINT16 e_handle; member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 247 UINT16 e_handle; /* used for service only */ member 448 UINT16 e_handle; member
|
/external/bluetooth/bluedroid/stack/gap/ |
D | gap_ble.c | 752 param.service.e_handle = 0xFFFF; in gap_ble_cl_read_request() 953 param.e_handle = 0xFFFF; in GAP_BleUpdateReconnectAddr()
|
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_dis.c | 207 param.service.e_handle = 0xFFFF; in dis_gatt_c_read_dis_req()
|