Searched refs:read_param (Results 1 – 1 of 1) sorted by relevance
908 tGATT_READ_PARAM read_param; in bta_gattc_read() local909 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read()910 read_param.by_handle.handle = p_data->api_read.handle; in bta_gattc_read()911 read_param.by_handle.auth_req = p_data->api_read.auth_req; in bta_gattc_read()912 status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()914 tGATT_READ_PARAM read_param; in bta_gattc_read() local915 memset(&read_param, 0, sizeof(tGATT_READ_BY_TYPE)); in bta_gattc_read()917 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read()918 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read()919 read_param.char_type.uuid = p_data->api_read.uuid; in bta_gattc_read()[all …]